Html Css Color HEX #CE362C Persian Red

📋 copy color: '#CE362C'

red 206 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #CE362C

Tints of Persian Red #CE362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 67.76%
G = 17.76%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE362C (or 0xCE362C) is known color: Persian Red. HEX triplet: CE, 36 and 2C. RGB value is (206,54,44). Sum of RGB (Red+Green+Blue) = 206+54+44=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE362C is #31C9D3. Grayscale: #626262. Windows color (decimal): -3262932 or 2897614. OLE color: 2897614.

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

Color convert

RGB 206 54 44 -
CMYK 0 0.74 0.79 0.19
HSL 3.7º 0.65% 0.49% -
HSV(B) 3.7º 0.79% 0.81% -
XYZ 27.23 15.94 4.02 -
YUV 98.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 206 54 44 0 0.74 0.79 0.19 3.7 0.65 0.49
Hex CE 36 2C 0 4A 4F 13 4 41 31
Octal 316 66 54 0 112 117 23 4 101 61
Binary 11001110 110110 101100 0 1001010 1001111 10011 100 1000001 110001

Color Harmonies of #CE362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE362C

Black with #CE362C

Text Example


Text Example

White with #CE362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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