Html Css Color HEX #CE3432 Persian Red

📋 copy color: '#CE3432'

red 206 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #CE3432

Tints of Persian Red #CE3432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 66.88%
G = 16.88%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3432 (or 0xCE3432) is known color: Persian Red. HEX triplet: CE, 34 and 32. RGB value is (206,52,50). Sum of RGB (Red+Green+Blue) = 206+52+50=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3432 is #31CBCD. Grayscale: #616161. Windows color (decimal): -3263438 or 3290318. OLE color: 3290318.

HSL color Cylindrical-coordinate representation of color #CE3432: hue angle of 0.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3432 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 50 -
CMYK 0 0.75 0.76 0.19
HSL 0.77º 0.61% 0.5% -
HSV(B) 0.77º 0.76% 0.81% -
XYZ 27.26 15.81 4.63 -
YUV 97.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 206 52 50 0 0.75 0.76 0.19 0.77 0.61 0.5
Hex CE 34 32 0 4B 4C 13 1 3D 32
Octal 316 64 62 0 113 114 23 1 75 62
Binary 11001110 110100 110010 0 1001011 1001100 10011 1 111101 110010

Color Harmonies of #CE3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3432

Black with #CE3432

Text Example


Text Example

White with #CE3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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