Html Css Color HEX #CE0324 Venetian Red

📋 copy color: '#CE0324'

red 206 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #CE0324

Tints of Venetian Red #CE0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 84.08%
G = 1.22%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0324 (or 0xCE0324) is known color: Venetian Red. HEX triplet: CE, 03 and 24. RGB value is (206,3,36). Sum of RGB (Red+Green+Blue) = 206+3+36=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0324 is #31FCDB. Grayscale: #434343. Windows color (decimal): -3275996 or 2360270. OLE color: 2360270.

HSL color Cylindrical-coordinate representation of color #CE0324: hue angle of 350.25º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0324 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 3 36 -
CMYK 0 0.99 0.83 0.19
HSL 350.25º 0.97% 0.41% -
HSV(B) 350.25º 0.99% 0.81% -
XYZ 25.8 13.31 2.88 -
YUV 67.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 206 3 36 0 0.99 0.83 0.19 350.25 0.97 0.41
Hex CE 3 24 0 63 53 13 15E 61 29
Octal 316 3 44 0 143 123 23 536 141 51
Binary 11001110 11 100100 0 1100011 1010011 10011 101011110 1100001 101001

Color Harmonies of #CE0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0324

Black with #CE0324

Text Example


Text Example

White with #CE0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0324; }

 p { color: rgb(206,3,36); }

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

background-color css

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

 a { background-color: rgb(206,3,36); }

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

border-color css

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

 span { border-color: rgb(206,3,36); }

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