Html Css Color HEX #CE4339 Persian Red

📋 copy color: '#CE4339'

red 206 ◦ green 67 ◦ blue 57

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

Shades of Persian Red #CE4339

Tints of Persian Red #CE4339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 62.42%
G = 20.3%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE4339 (or 0xCE4339) is known color: Persian Red. HEX triplet: CE, 43 and 39. RGB value is (206,67,57). Sum of RGB (Red+Green+Blue) = 206+67+57=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4339 is #31BCC6. Grayscale: #6B6B6B. Windows color (decimal): -3259591 or 3752910. OLE color: 3752910.

HSL color Cylindrical-coordinate representation of color #CE4339: hue angle of 4.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE4339 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 67 57 -
CMYK 0 0.67 0.72 0.19
HSL 4.03º 0.6% 0.52% -
HSV(B) 4.03º 0.72% 0.81% -
XYZ 28.2 17.43 5.75 -
YUV 107.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 206 67 57 0 0.67 0.72 0.19 4.03 0.6 0.52
Hex CE 43 39 0 43 48 13 4 3C 34
Octal 316 103 71 0 103 110 23 4 74 64
Binary 11001110 1000011 111001 0 1000011 1001000 10011 100 111100 110100

Color Harmonies of #CE4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4339

Black with #CE4339

Text Example


Text Example

White with #CE4339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4339; }

 p { color: rgb(206,67,57); }

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

background-color css

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

 a { background-color: rgb(206,67,57); }

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

border-color css

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

 span { border-color: rgb(206,67,57); }

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