Html Css Color HEX #CE3530 Persian Red

📋 copy color: '#CE3530'

red 206 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #CE3530

Tints of Persian Red #CE3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 67.1%
G = 17.26%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE3530 (or 0xCE3530) is known color: Persian Red. HEX triplet: CE, 35 and 30. RGB value is (206,53,48). Sum of RGB (Red+Green+Blue) = 206+53+48=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3530 is #31CACF. Grayscale: #626262. Windows color (decimal): -3263184 or 3159502. OLE color: 3159502.

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

Color convert

RGB 206 53 48 -
CMYK 0 0.74 0.77 0.19
HSL 1.9º 0.62% 0.5% -
HSV(B) 1.9º 0.77% 0.81% -
XYZ 27.26 15.88 4.42 -
YUV 98.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 206 53 48 0 0.74 0.77 0.19 1.9 0.62 0.5
Hex CE 35 30 0 4A 4D 13 2 3E 32
Octal 316 65 60 0 112 115 23 2 76 62
Binary 11001110 110101 110000 0 1001010 1001101 10011 10 111110 110010

Color Harmonies of #CE3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3530

Black with #CE3530

Text Example


Text Example

White with #CE3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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