Html Css Color HEX #CE3426 Persian Red

📋 copy color: '#CE3426'

red 206 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #CE3426

Tints of Persian Red #CE3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 69.59%
G = 17.57%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3426 (or 0xCE3426) is known color: Persian Red. HEX triplet: CE, 34 and 26. RGB value is (206,52,38). Sum of RGB (Red+Green+Blue) = 206+52+38=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3426 is #31CBD9. Grayscale: #606060. Windows color (decimal): -3263450 or 2503886. OLE color: 2503886.

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

Color convert

RGB 206 52 38 -
CMYK 0 0.75 0.82 0.19
HSL 0.69% 0.48% -
HSV(B) 0.82% 0.81% -
XYZ 27.03 15.72 3.44 -
YUV 96.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 206 52 38 0 0.75 0.82 0.19 5 0.69 0.48
Hex CE 34 26 0 4B 52 13 5 45 30
Octal 316 64 46 0 113 122 23 5 105 60
Binary 11001110 110100 100110 0 1001011 1010010 10011 101 1000101 110000

Color Harmonies of #CE3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3426

Black with #CE3426

Text Example


Text Example

White with #CE3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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