Html Css Color HEX #CE4242 Persian Red

📋 copy color: '#CE4242'

red 206 ◦ green 66 ◦ blue 66

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

Shades of Persian Red #CE4242

Tints of Persian Red #CE4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 60.95%
G = 19.53%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE4242 (or 0xCE4242) is known color: Persian Red. HEX triplet: CE, 42 and 42. RGB value is (206,66,66). Sum of RGB (Red+Green+Blue) = 206+66+66=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4242 is #31BDBD. Grayscale: #6C6C6C. Windows color (decimal): -3259838 or 4342478. OLE color: 4342478.

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

Color convert

RGB 206 66 66 -
CMYK 0 0.68 0.68 0.19
HSL 0.59% 0.53% -
HSV(B) 0.68% 0.81% -
XYZ 28.39 17.41 7.02 -
YUV 107.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 206 66 66 0 0.68 0.68 0.19 0 0.59 0.53
Hex CE 42 42 0 44 44 13 0 3B 35
Octal 316 102 102 0 104 104 23 0 73 65
Binary 11001110 1000010 1000010 0 1000100 1000100 10011 0 111011 110101

Color Harmonies of #CE4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4242

Black with #CE4242

Text Example


Text Example

White with #CE4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4242; }

 p { color: rgb(206,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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