Html Css Color HEX #CF413D Persian Red

📋 copy color: '#CF413D'

red 207 ◦ green 65 ◦ blue 61

#CF413D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF413D

Tints of Persian Red #CF413D

RGB

 RED value IS 207 (81.25% from 255) = 62.16%

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 62.16%
G = 19.52%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF413D (or 0xCF413D) is known color: Persian Red. HEX triplet: CF, 41 and 3D. RGB value is (207,65,61). Sum of RGB (Red+Green+Blue) = 207+65+61=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF413D is #30BEC2. Grayscale: #6B6B6B. Windows color (decimal): -3194563 or 4014543. OLE color: 4014543.

HSL color Cylindrical-coordinate representation of color #CF413D: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF413D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 61 -
CMYK 0 0.69 0.71 0.19
HSL 1.64º 0.6% 0.53% -
HSV(B) 1.64º 0.71% 0.81% -
XYZ 28.46 17.38 6.27 -
YUV 107 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 207 65 61 0 0.69 0.71 0.19 1.64 0.6 0.53
Hex CF 41 3D 0 45 47 13 2 3C 35
Octal 317 101 75 0 105 107 23 2 74 65
Binary 11001111 1000001 111101 0 1000101 1000111 10011 10 111100 110101

Color Harmonies of #CF413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF413D

Black with #CF413D

Text Example


Text Example

White with #CF413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF413D; }

 p { color: rgb(207,65,61); }

 H1.HeaderClassName
 {
   color: #CF413D;
 }
 .AnyTagClassName
 {
   color: #CF413D;
 }
</style>

background-color css

<style>
 a { background-color: #CF413D; }

 a { background-color: rgb(207,65,61); }

 div.DivClassName
 {
   background-color: #CF413D;
 }
 .BgClassName
 {
   background-color: #CF413D;
 }
</style>

border-color css

<style>
 span { border-color: #CF413D; }

 span { border-color: rgb(207,65,61); }

 td.TdClassName
 {
   border-color: #CF413D;
 }
 .TagClassName
 {
   border-color: #CF413D;
 }
</style>