Html Css Color HEX #CF3323 Persian Red

📋 copy color: '#CF3323'

red 207 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #CF3323

Tints of Persian Red #CF3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 70.65%
G = 17.41%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF3323 (or 0xCF3323) is known color: Persian Red. HEX triplet: CF, 33 and 23. RGB value is (207,51,35). Sum of RGB (Red+Green+Blue) = 207+51+35=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3323 is #30CCDC. Grayscale: #606060. Windows color (decimal): -3198173 or 2307023. OLE color: 2307023.

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

Color convert

RGB 207 51 35 -
CMYK 0 0.75 0.83 0.19
HSL 5.58º 0.71% 0.47% -
HSV(B) 5.58º 0.83% 0.81% -
XYZ 27.22 15.75 3.2 -
YUV 95.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 207 51 35 0 0.75 0.83 0.19 5.58 0.71 0.47
Hex CF 33 23 0 4B 53 13 6 47 2F
Octal 317 63 43 0 113 123 23 6 107 57
Binary 11001111 110011 100011 0 1001011 1010011 10011 110 1000111 101111

Color Harmonies of #CF3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3323

Black with #CF3323

Text Example


Text Example

White with #CF3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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