Html Css Color HEX #CE3F2C Persian Red

📋 copy color: '#CE3F2C'

red 206 ◦ green 63 ◦ blue 44

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

Shades of Persian Red #CE3F2C

Tints of Persian Red #CE3F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 65.81%
G = 20.13%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE3F2C (or 0xCE3F2C) is known color: Persian Red. HEX triplet: CE, 3F and 2C. RGB value is (206,63,44). Sum of RGB (Red+Green+Blue) = 206+63+44=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F2C is #31C0D3. Grayscale: #676767. Windows color (decimal): -3260628 or 2899918. OLE color: 2899918.

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

Color convert

RGB 206 63 44 -
CMYK 0 0.69 0.79 0.19
HSL 7.04º 0.65% 0.49% -
HSV(B) 7.04º 0.79% 0.81% -
XYZ 27.69 16.86 4.18 -
YUV 103.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 206 63 44 0 0.69 0.79 0.19 7.04 0.65 0.49
Hex CE 3F 2C 0 45 4F 13 7 41 31
Octal 316 77 54 0 105 117 23 7 101 61
Binary 11001110 111111 101100 0 1000101 1001111 10011 111 1000001 110001

Color Harmonies of #CE3F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F2C

Black with #CE3F2C

Text Example


Text Example

White with #CE3F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F2C; }

 p { color: rgb(206,63,44); }

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

background-color css

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

 a { background-color: rgb(206,63,44); }

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

border-color css

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

 span { border-color: rgb(206,63,44); }

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