Html Css Color HEX #CE3C2F Persian Red

📋 copy color: '#CE3C2F'

red 206 ◦ green 60 ◦ blue 47

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

Shades of Persian Red #CE3C2F

Tints of Persian Red #CE3C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 65.81%
G = 19.17%
B = 15.02%

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

#CE3C2F (or 0xCE3C2F) is known color: Persian Red. HEX triplet: CE, 3C and 2F. RGB value is (206,60,47). Sum of RGB (Red+Green+Blue) = 206+60+47=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C2F is #31C3D0. Grayscale: #666666. Windows color (decimal): -3261393 or 3095758. OLE color: 3095758.

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

Color convert

RGB 206 60 47 -
CMYK 0 0.71 0.77 0.19
HSL 4.91º 0.63% 0.5% -
HSV(B) 4.91º 0.77% 0.81% -
XYZ 27.58 16.56 4.43 -
YUV 102.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 206 60 47 0 0.71 0.77 0.19 4.91 0.63 0.5
Hex CE 3C 2F 0 47 4D 13 5 3F 32
Octal 316 74 57 0 107 115 23 5 77 62
Binary 11001110 111100 101111 0 1000111 1001101 10011 101 111111 110010

Color Harmonies of #CE3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C2F

Black with #CE3C2F

Text Example


Text Example

White with #CE3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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