Html Css Color HEX #CF3024 Persian Red

📋 copy color: '#CF3024'

red 207 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #CF3024

Tints of Persian Red #CF3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 71.13%
G = 16.49%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF3024 (or 0xCF3024) is known color: Persian Red. HEX triplet: CF, 30 and 24. RGB value is (207,48,36). Sum of RGB (Red+Green+Blue) = 207+48+36=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3024 is #30CFDB. Grayscale: #5E5E5E. Windows color (decimal): -3198940 or 2371791. OLE color: 2371791.

HSL color Cylindrical-coordinate representation of color #CF3024: hue angle of 4.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF3024 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 36 -
CMYK 0 0.77 0.83 0.19
HSL 4.21º 0.7% 0.48% -
HSV(B) 4.21º 0.83% 0.81% -
XYZ 27.11 15.51 3.23 -
YUV 94.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 207 48 36 0 0.77 0.83 0.19 4.21 0.7 0.48
Hex CF 30 24 0 4D 53 13 4 46 30
Octal 317 60 44 0 115 123 23 4 106 60
Binary 11001111 110000 100100 0 1001101 1010011 10011 100 1000110 110000

Color Harmonies of #CF3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3024

Black with #CF3024

Text Example


Text Example

White with #CF3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3024; }

 p { color: rgb(207,48,36); }

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

background-color css

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

 a { background-color: rgb(207,48,36); }

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

border-color css

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

 span { border-color: rgb(207,48,36); }

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