Html Css Color HEX #CE3730 Persian Red

📋 copy color: '#CE3730'

red 206 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #CE3730

Tints of Persian Red #CE3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 66.67%
G = 17.8%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE3730 (or 0xCE3730) is known color: Persian Red. HEX triplet: CE, 37 and 30. RGB value is (206,55,48). Sum of RGB (Red+Green+Blue) = 206+55+48=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3730 is #31C8CF. Grayscale: #636363. Windows color (decimal): -3262672 or 3160014. OLE color: 3160014.

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

Color convert

RGB 206 55 48 -
CMYK 0 0.73 0.77 0.19
HSL 2.66º 0.62% 0.5% -
HSV(B) 2.66º 0.77% 0.81% -
XYZ 27.35 16.07 4.46 -
YUV 99.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 206 55 48 0 0.73 0.77 0.19 2.66 0.62 0.5
Hex CE 37 30 0 49 4D 13 3 3E 32
Octal 316 67 60 0 111 115 23 3 76 62
Binary 11001110 110111 110000 0 1001001 1001101 10011 11 111110 110010

Color Harmonies of #CE3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3730

Black with #CE3730

Text Example


Text Example

White with #CE3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3730; }

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

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

background-color css

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

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

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

border-color css

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

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

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