Html Css Color HEX #CE3926 Persian Red

📋 copy color: '#CE3926'

red 206 ◦ green 57 ◦ blue 38

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

Shades of Persian Red #CE3926

Tints of Persian Red #CE3926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 68.44%
G = 18.94%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3926 (or 0xCE3926) is known color: Persian Red. HEX triplet: CE, 39 and 26. RGB value is (206,57,38). Sum of RGB (Red+Green+Blue) = 206+57+38=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3926 is #31C6D9. Grayscale: #636363. Windows color (decimal): -3262170 or 2505166. OLE color: 2505166.

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

Color convert

RGB 206 57 38 -
CMYK 0 0.72 0.82 0.19
HSL 6.79º 0.69% 0.48% -
HSV(B) 6.79º 0.82% 0.81% -
XYZ 27.27 16.19 3.52 -
YUV 99.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 206 57 38 0 0.72 0.82 0.19 6.79 0.69 0.48
Hex CE 39 26 0 48 52 13 7 45 30
Octal 316 71 46 0 110 122 23 7 105 60
Binary 11001110 111001 100110 0 1001000 1010010 10011 111 1000101 110000

Color Harmonies of #CE3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3926

Black with #CE3926

Text Example


Text Example

White with #CE3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3926; }

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

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

background-color css

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

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

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

border-color css

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

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

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