Html Css Color HEX #CF3023 Persian Red

📋 copy color: '#CF3023'

red 207 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #CF3023

Tints of Persian Red #CF3023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 71.38%
G = 16.55%
B = 12.07%

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

#CF3023 (or 0xCF3023) is known color: Persian Red. HEX triplet: CF, 30 and 23. RGB value is (207,48,35). Sum of RGB (Red+Green+Blue) = 207+48+35=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3023 is #30CFDC. Grayscale: #5E5E5E. Windows color (decimal): -3198941 or 2306255. OLE color: 2306255.

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

Color convert

RGB 207 48 35 -
CMYK 0 0.77 0.83 0.19
HSL 4.53º 0.71% 0.47% -
HSV(B) 4.53º 0.83% 0.81% -
XYZ 27.09 15.5 3.15 -
YUV 94.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 207 48 35 0 0.77 0.83 0.19 4.53 0.71 0.47
Hex CF 30 23 0 4D 53 13 5 47 2F
Octal 317 60 43 0 115 123 23 5 107 57
Binary 11001111 110000 100011 0 1001101 1010011 10011 101 1000111 101111

Color Harmonies of #CF3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3023

Black with #CF3023

Text Example


Text Example

White with #CF3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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