Html Css Color HEX #CE302A Persian Red

📋 copy color: '#CE302A'

red 206 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #CE302A

Tints of Persian Red #CE302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 69.59%
G = 16.22%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE302A (or 0xCE302A) is known color: Persian Red. HEX triplet: CE, 30 and 2A. RGB value is (206,48,42). Sum of RGB (Red+Green+Blue) = 206+48+42=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE302A is #31CFD5. Grayscale: #5E5E5E. Windows color (decimal): -3264470 or 2765006. OLE color: 2765006.

HSL color Cylindrical-coordinate representation of color #CE302A: hue angle of 2.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE302A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 42 -
CMYK 0 0.77 0.80 0.19
HSL 2.2º 0.66% 0.49% -
HSV(B) 2.2º 0.8% 0.81% -
XYZ 26.93 15.4 3.74 -
YUV 94.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 206 48 42 0 0.77 0.80 0.19 2.2 0.66 0.49
Hex CE 30 2A 0 4D 50 13 2 42 31
Octal 316 60 52 0 115 120 23 2 102 61
Binary 11001110 110000 101010 0 1001101 1010000 10011 10 1000010 110001

Color Harmonies of #CE302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE302A

Black with #CE302A

Text Example


Text Example

White with #CE302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE302A; }

 p { color: rgb(206,48,42); }

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

background-color css

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

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

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

border-color css

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

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

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