Html Css Color HEX #CE3325 Persian Red

📋 copy color: '#CE3325'

red 206 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #CE3325

Tints of Persian Red #CE3325

RGB

 RED value IS 206 (80.86% from 255) = 70.07%

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

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 70.07%
G = 17.35%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3325 (or 0xCE3325) is known color: Persian Red. HEX triplet: CE, 33 and 25. RGB value is (206,51,37). Sum of RGB (Red+Green+Blue) = 206+51+37=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3325 is #31CCDA. Grayscale: #5F5F5F. Windows color (decimal): -3263707 or 2438094. OLE color: 2438094.

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

Color convert

RGB 206 51 37 -
CMYK 0 0.75 0.82 0.19
HSL 4.97º 0.7% 0.48% -
HSV(B) 4.97º 0.82% 0.81% -
XYZ 26.97 15.62 3.34 -
YUV 95.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 206 51 37 0 0.75 0.82 0.19 4.97 0.7 0.48
Hex CE 33 25 0 4B 52 13 5 46 30
Octal 316 63 45 0 113 122 23 5 106 60
Binary 11001110 110011 100101 0 1001011 1010010 10011 101 1000110 110000

Color Harmonies of #CE3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3325

Black with #CE3325

Text Example


Text Example

White with #CE3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3325; }

 p { color: rgb(206,51,37); }

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

background-color css

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

 a { background-color: rgb(206,51,37); }

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

border-color css

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

 span { border-color: rgb(206,51,37); }

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