Html Css Color HEX #CE0421 Venetian Red

📋 copy color: '#CE0421'

red 206 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #CE0421

Tints of Venetian Red #CE0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 84.77%
G = 1.65%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE0421 (or 0xCE0421) is known color: Venetian Red. HEX triplet: CE, 04 and 21. RGB value is (206,4,33). Sum of RGB (Red+Green+Blue) = 206+4+33=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0421 is #31FBDE. Grayscale: #434343. Windows color (decimal): -3275743 or 2163918. OLE color: 2163918.

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

Color convert

RGB 206 4 33 -
CMYK 0 0.98 0.84 0.19
HSL 351.39º 0.96% 0.41% -
HSV(B) 351.39º 0.98% 0.81% -
XYZ 25.77 13.32 2.65 -
YUV 67.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 206 4 33 0 0.98 0.84 0.19 351.39 0.96 0.41
Hex CE 4 21 0 62 54 13 15F 60 29
Octal 316 4 41 0 142 124 23 537 140 51
Binary 11001110 100 100001 0 1100010 1010100 10011 101011111 1100000 101001

Color Harmonies of #CE0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0421

Black with #CE0421

Text Example


Text Example

White with #CE0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0421; }

 p { color: rgb(206,4,33); }

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

background-color css

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

 a { background-color: rgb(206,4,33); }

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

border-color css

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

 span { border-color: rgb(206,4,33); }

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