Html Css Color HEX #CE402C Persian Red

📋 copy color: '#CE402C'

red 206 ◦ green 64 ◦ blue 44

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

Shades of Persian Red #CE402C

Tints of Persian Red #CE402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 65.61%
G = 20.38%
B = 14.01%

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

#CE402C (or 0xCE402C) is known color: Persian Red. HEX triplet: CE, 40 and 2C. RGB value is (206,64,44). Sum of RGB (Red+Green+Blue) = 206+64+44=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE402C is #31BFD3. Grayscale: #686868. Windows color (decimal): -3260372 or 2900174. OLE color: 2900174.

HSL color Cylindrical-coordinate representation of color #CE402C: hue angle of 7.41º 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 #CE402C is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 44 -
CMYK 0 0.69 0.79 0.19
HSL 7.41º 0.65% 0.49% -
HSV(B) 7.41º 0.79% 0.81% -
XYZ 27.74 16.97 4.2 -
YUV 104.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 206 64 44 0 0.69 0.79 0.19 7.41 0.65 0.49
Hex CE 40 2C 0 45 4F 13 7 41 31
Octal 316 100 54 0 105 117 23 7 101 61
Binary 11001110 1000000 101100 0 1000101 1001111 10011 111 1000001 110001

Color Harmonies of #CE402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE402C

Black with #CE402C

Text Example


Text Example

White with #CE402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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