Html Css Color HEX #CE3828 Persian Red

📋 copy color: '#CE3828'

red 206 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #CE3828

Tints of Persian Red #CE3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 68.21%
G = 18.54%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3828 (or 0xCE3828) is known color: Persian Red. HEX triplet: CE, 38 and 28. RGB value is (206,56,40). Sum of RGB (Red+Green+Blue) = 206+56+40=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3828 is #31C7D7. Grayscale: #636363. Windows color (decimal): -3262424 or 2635982. OLE color: 2635982.

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

Color convert

RGB 206 56 40 -
CMYK 0 0.73 0.81 0.19
HSL 5.78º 0.67% 0.48% -
HSV(B) 5.78º 0.81% 0.81% -
XYZ 27.25 16.1 3.68 -
YUV 99.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 206 56 40 0 0.73 0.81 0.19 5.78 0.67 0.48
Hex CE 38 28 0 49 51 13 6 43 30
Octal 316 70 50 0 111 121 23 6 103 60
Binary 11001110 111000 101000 0 1001001 1010001 10011 110 1000011 110000

Color Harmonies of #CE3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3828

Black with #CE3828

Text Example


Text Example

White with #CE3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3828; }

 p { color: rgb(206,56,40); }

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

background-color css

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

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

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

border-color css

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

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

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