Html Css Color HEX #CF413C Persian Red

📋 copy color: '#CF413C'

red 207 ◦ green 65 ◦ blue 60

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

Shades of Persian Red #CF413C

Tints of Persian Red #CF413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 62.35%
G = 19.58%
B = 18.07%

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

#CF413C (or 0xCF413C) is known color: Persian Red. HEX triplet: CF, 41 and 3C. RGB value is (207,65,60). Sum of RGB (Red+Green+Blue) = 207+65+60=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF413C is #30BEC3. Grayscale: #6B6B6B. Windows color (decimal): -3194564 or 3949007. OLE color: 3949007.

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

Color convert

RGB 207 65 60 -
CMYK 0 0.69 0.71 0.19
HSL 2.04º 0.6% 0.52% -
HSV(B) 2.04º 0.71% 0.81% -
XYZ 28.44 17.37 6.13 -
YUV 106.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 207 65 60 0 0.69 0.71 0.19 2.04 0.6 0.52
Hex CF 41 3C 0 45 47 13 2 3C 34
Octal 317 101 74 0 105 107 23 2 74 64
Binary 11001111 1000001 111100 0 1000101 1000111 10011 10 111100 110100

Color Harmonies of #CF413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF413C

Black with #CF413C

Text Example


Text Example

White with #CF413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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