Html Css Color HEX #CE3B27 Persian Red

📋 copy color: '#CE3B27'

red 206 ◦ green 59 ◦ blue 39

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

Shades of Persian Red #CE3B27

Tints of Persian Red #CE3B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 67.76%
G = 19.41%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3B27 (or 0xCE3B27) is known color: Persian Red. HEX triplet: CE, 3B and 27. RGB value is (206,59,39). Sum of RGB (Red+Green+Blue) = 206+59+39=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B27 is #31C4D8. Grayscale: #646464. Windows color (decimal): -3261657 or 2571214. OLE color: 2571214.

HSL color Cylindrical-coordinate representation of color #CE3B27: hue angle of 7.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE3B27 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 39 -
CMYK 0 0.71 0.81 0.19
HSL 7.19º 0.68% 0.48% -
HSV(B) 7.19º 0.81% 0.81% -
XYZ 27.38 16.4 3.64 -
YUV 100.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 206 59 39 0 0.71 0.81 0.19 7.19 0.68 0.48
Hex CE 3B 27 0 47 51 13 7 44 30
Octal 316 73 47 0 107 121 23 7 104 60
Binary 11001110 111011 100111 0 1000111 1010001 10011 111 1000100 110000

Color Harmonies of #CE3B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B27

Black with #CE3B27

Text Example


Text Example

White with #CE3B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B27; }

 p { color: rgb(206,59,39); }

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

background-color css

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

 a { background-color: rgb(206,59,39); }

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

border-color css

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

 span { border-color: rgb(206,59,39); }

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