Html Css Color HEX #CF423C Persian Red

📋 copy color: '#CF423C'

red 207 ◦ green 66 ◦ blue 60

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

Shades of Persian Red #CF423C

Tints of Persian Red #CF423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 62.16%
G = 19.82%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF423C (or 0xCF423C) is known color: Persian Red. HEX triplet: CF, 42 and 3C. RGB value is (207,66,60). Sum of RGB (Red+Green+Blue) = 207+66+60=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF423C is #30BDC3. Grayscale: #6B6B6B. Windows color (decimal): -3194308 or 3949263. OLE color: 3949263.

HSL color Cylindrical-coordinate representation of color #CF423C: hue angle of 2.45º 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 #CF423C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 60 -
CMYK 0 0.68 0.71 0.19
HSL 2.45º 0.6% 0.52% -
HSV(B) 2.45º 0.71% 0.81% -
XYZ 28.5 17.49 6.15 -
YUV 107.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 207 66 60 0 0.68 0.71 0.19 2.45 0.6 0.52
Hex CF 42 3C 0 44 47 13 2 3C 34
Octal 317 102 74 0 104 107 23 2 74 64
Binary 11001111 1000010 111100 0 1000100 1000111 10011 10 111100 110100

Color Harmonies of #CF423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF423C

Black with #CF423C

Text Example


Text Example

White with #CF423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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