Html Css Color HEX #CE3E2F Persian Red

📋 copy color: '#CE3E2F'

red 206 ◦ green 62 ◦ blue 47

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

Shades of Persian Red #CE3E2F

Tints of Persian Red #CE3E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 65.4%
G = 19.68%
B = 14.92%

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

#CE3E2F (or 0xCE3E2F) is known color: Persian Red. HEX triplet: CE, 3E and 2F. RGB value is (206,62,47). Sum of RGB (Red+Green+Blue) = 206+62+47=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E2F is #31C1D0. Grayscale: #676767. Windows color (decimal): -3260881 or 3096270. OLE color: 3096270.

HSL color Cylindrical-coordinate representation of color #CE3E2F: hue angle of 5.66º degrees, saturation: 0.63, 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 #CE3E2F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 47 -
CMYK 0 0.70 0.77 0.19
HSL 5.66º 0.63% 0.5% -
HSV(B) 5.66º 0.77% 0.81% -
XYZ 27.69 16.77 4.47 -
YUV 103.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 206 62 47 0 0.70 0.77 0.19 5.66 0.63 0.5
Hex CE 3E 2F 0 46 4D 13 6 3F 32
Octal 316 76 57 0 106 115 23 6 77 62
Binary 11001110 111110 101111 0 1000110 1001101 10011 110 111111 110010

Color Harmonies of #CE3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E2F

Black with #CE3E2F

Text Example


Text Example

White with #CE3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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