Html Css Color HEX #CE3E30 Persian Red

📋 copy color: '#CE3E30'

red 206 ◦ green 62 ◦ blue 48

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

Shades of Persian Red #CE3E30

Tints of Persian Red #CE3E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 65.19%
G = 19.62%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE3E30 (or 0xCE3E30) is known color: Persian Red. HEX triplet: CE, 3E and 30. RGB value is (206,62,48). Sum of RGB (Red+Green+Blue) = 206+62+48=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E30 is #31C1CF. Grayscale: #676767. Windows color (decimal): -3260880 or 3161806. OLE color: 3161806.

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

Color convert

RGB 206 62 48 -
CMYK 0 0.70 0.77 0.19
HSL 5.32º 0.62% 0.5% -
HSV(B) 5.32º 0.77% 0.81% -
XYZ 27.71 16.78 4.57 -
YUV 103.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 206 62 48 0 0.70 0.77 0.19 5.32 0.62 0.5
Hex CE 3E 30 0 46 4D 13 5 3E 32
Octal 316 76 60 0 106 115 23 5 76 62
Binary 11001110 111110 110000 0 1000110 1001101 10011 101 111110 110010

Color Harmonies of #CE3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E30

Black with #CE3E30

Text Example


Text Example

White with #CE3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E30; }

 p { color: rgb(206,62,48); }

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

background-color css

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

 a { background-color: rgb(206,62,48); }

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

border-color css

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

 span { border-color: rgb(206,62,48); }

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