Html Css Color HEX #CF423F Persian Red

📋 copy color: '#CF423F'

red 207 ◦ green 66 ◦ blue 63

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

Shades of Persian Red #CF423F

Tints of Persian Red #CF423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 61.61%
G = 19.64%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF423F (or 0xCF423F) is known color: Persian Red. HEX triplet: CF, 42 and 3F. RGB value is (207,66,63). Sum of RGB (Red+Green+Blue) = 207+66+63=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF423F is #30BDC0. Grayscale: #6B6B6B. Windows color (decimal): -3194305 or 4145871. OLE color: 4145871.

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

Color convert

RGB 207 66 63 -
CMYK 0 0.68 0.70 0.19
HSL 1.25º 0.6% 0.53% -
HSV(B) 1.25º 0.7% 0.81% -
XYZ 28.58 17.52 6.58 -
YUV 107.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 207 66 63 0 0.68 0.70 0.19 1.25 0.6 0.53
Hex CF 42 3F 0 44 46 13 1 3C 35
Octal 317 102 77 0 104 106 23 1 74 65
Binary 11001111 1000010 111111 0 1000100 1000110 10011 1 111100 110101

Color Harmonies of #CF423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF423F

Black with #CF423F

Text Example


Text Example

White with #CF423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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