Html Css Color HEX #CE3E2D Persian Red

📋 copy color: '#CE3E2D'

red 206 ◦ green 62 ◦ blue 45

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

Shades of Persian Red #CE3E2D

Tints of Persian Red #CE3E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 65.81%
G = 19.81%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE3E2D (or 0xCE3E2D) is known color: Persian Red. HEX triplet: CE, 3E and 2D. RGB value is (206,62,45). Sum of RGB (Red+Green+Blue) = 206+62+45=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E2D is #31C1D2. Grayscale: #676767. Windows color (decimal): -3260883 or 2965198. OLE color: 2965198.

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

Color convert

RGB 206 62 45 -
CMYK 0 0.70 0.78 0.19
HSL 6.34º 0.64% 0.49% -
HSV(B) 6.34º 0.78% 0.81% -
XYZ 27.65 16.76 4.26 -
YUV 103.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 206 62 45 0 0.70 0.78 0.19 6.34 0.64 0.49
Hex CE 3E 2D 0 46 4E 13 6 40 31
Octal 316 76 55 0 106 116 23 6 100 61
Binary 11001110 111110 101101 0 1000110 1001110 10011 110 1000000 110001

Color Harmonies of #CE3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E2D

Black with #CE3E2D

Text Example


Text Example

White with #CE3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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