Html Css Color HEX #CE3C30 Persian Red

📋 copy color: '#CE3C30'

red 206 ◦ green 60 ◦ blue 48

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

Shades of Persian Red #CE3C30

Tints of Persian Red #CE3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 65.61%
G = 19.11%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE3C30 (or 0xCE3C30) is known color: Persian Red. HEX triplet: CE, 3C and 30. RGB value is (206,60,48). Sum of RGB (Red+Green+Blue) = 206+60+48=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C30 is #31C3CF. Grayscale: #666666. Windows color (decimal): -3261392 or 3161294. OLE color: 3161294.

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

Color convert

RGB 206 60 48 -
CMYK 0 0.71 0.77 0.19
HSL 4.56º 0.62% 0.5% -
HSV(B) 4.56º 0.77% 0.81% -
XYZ 27.6 16.57 4.54 -
YUV 102.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 206 60 48 0 0.71 0.77 0.19 4.56 0.62 0.5
Hex CE 3C 30 0 47 4D 13 5 3E 32
Octal 316 74 60 0 107 115 23 5 76 62
Binary 11001110 111100 110000 0 1000111 1001101 10011 101 111110 110010

Color Harmonies of #CE3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C30

Black with #CE3C30

Text Example


Text Example

White with #CE3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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