Html Css Color HEX #CF423B Persian Red

📋 copy color: '#CF423B'

red 207 ◦ green 66 ◦ blue 59

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

Shades of Persian Red #CF423B

Tints of Persian Red #CF423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 62.35%
G = 19.88%
B = 17.77%

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

#CF423B (or 0xCF423B) is known color: Persian Red. HEX triplet: CF, 42 and 3B. RGB value is (207,66,59). Sum of RGB (Red+Green+Blue) = 207+66+59=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF423B is #30BDC4. Grayscale: #6B6B6B. Windows color (decimal): -3194309 or 3883727. OLE color: 3883727.

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

Color convert

RGB 207 66 59 -
CMYK 0 0.68 0.71 0.19
HSL 2.84º 0.61% 0.52% -
HSV(B) 2.84º 0.71% 0.81% -
XYZ 28.47 17.48 6.01 -
YUV 107.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 207 66 59 0 0.68 0.71 0.19 2.84 0.61 0.52
Hex CF 42 3B 0 44 47 13 3 3D 34
Octal 317 102 73 0 104 107 23 3 75 64
Binary 11001111 1000010 111011 0 1000100 1000111 10011 11 111101 110100

Color Harmonies of #CF423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF423B

Black with #CF423B

Text Example


Text Example

White with #CF423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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