Html Css Color HEX #CE332A Persian Red

📋 copy color: '#CE332A'

red 206 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #CE332A

Tints of Persian Red #CE332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 68.9%
G = 17.06%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE332A (or 0xCE332A) is known color: Persian Red. HEX triplet: CE, 33 and 2A. RGB value is (206,51,42). Sum of RGB (Red+Green+Blue) = 206+51+42=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE332A is #31CCD5. Grayscale: #606060. Windows color (decimal): -3263702 or 2765774. OLE color: 2765774.

HSL color Cylindrical-coordinate representation of color #CE332A: hue angle of 3.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE332A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 42 -
CMYK 0 0.75 0.80 0.19
HSL 3.29º 0.66% 0.49% -
HSV(B) 3.29º 0.8% 0.81% -
XYZ 27.06 15.66 3.79 -
YUV 96.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 206 51 42 0 0.75 0.80 0.19 3.29 0.66 0.49
Hex CE 33 2A 0 4B 50 13 3 42 31
Octal 316 63 52 0 113 120 23 3 102 61
Binary 11001110 110011 101010 0 1001011 1010000 10011 11 1000010 110001

Color Harmonies of #CE332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE332A

Black with #CE332A

Text Example


Text Example

White with #CE332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE332A; }

 p { color: rgb(206,51,42); }

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

background-color css

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

 a { background-color: rgb(206,51,42); }

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

border-color css

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

 span { border-color: rgb(206,51,42); }

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