Html Css Color HEX #CE3427 Persian Red

📋 copy color: '#CE3427'

red 206 ◦ green 52 ◦ blue 39

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

Shades of Persian Red #CE3427

Tints of Persian Red #CE3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 69.36%
G = 17.51%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3427 (or 0xCE3427) is known color: Persian Red. HEX triplet: CE, 34 and 27. RGB value is (206,52,39). Sum of RGB (Red+Green+Blue) = 206+52+39=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3427 is #31CBD8. Grayscale: #606060. Windows color (decimal): -3263449 or 2569422. OLE color: 2569422.

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

Color convert

RGB 206 52 39 -
CMYK 0 0.75 0.81 0.19
HSL 4.67º 0.68% 0.48% -
HSV(B) 4.67º 0.81% 0.81% -
XYZ 27.05 15.72 3.53 -
YUV 96.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 206 52 39 0 0.75 0.81 0.19 4.67 0.68 0.48
Hex CE 34 27 0 4B 51 13 5 44 30
Octal 316 64 47 0 113 121 23 5 104 60
Binary 11001110 110100 100111 0 1001011 1010001 10011 101 1000100 110000

Color Harmonies of #CE3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3427

Black with #CE3427

Text Example


Text Example

White with #CE3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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