Html Css Color HEX #CE002A Venetian Red

📋 copy color: '#CE002A'

red 206 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #CE002A

Tints of Venetian Red #CE002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.06%
G = 0%
B = 16.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE002A (or 0xCE002A) is known color: Venetian Red. HEX triplet: CE, 00 and 2A. RGB value is (206,0,42). Sum of RGB (Red+Green+Blue) = 206+0+42=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE002A is #31FFD5. Grayscale: #424242. Windows color (decimal): -3276758 or 2752718. OLE color: 2752718.

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

Color convert

RGB 206 0 42 -
CMYK 0 1 0.80 0.19
HSL 347.77º 1% 0.4% -
HSV(B) 347.77º 1% 0.81% -
XYZ 25.87 13.29 3.39 -
YUV 66.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 206 0 42 0 1 0.80 0.19 347.77 1 0.4
Hex CE 0 2A 0 64 50 13 15C 64 28
Octal 316 0 52 0 144 120 23 534 144 50
Binary 11001110 0 101010 0 1100100 1010000 10011 101011100 1100100 101000

Color Harmonies of #CE002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE002A

Black with #CE002A

Text Example


Text Example

White with #CE002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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