Html Css Color HEX #CE002B Venetian Red

📋 copy color: '#CE002B'

red 206 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #CE002B

Tints of Venetian Red #CE002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 82.73%
G = 0%
B = 17.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE002B (or 0xCE002B) is known color: Venetian Red. HEX triplet: CE, 00 and 2B. RGB value is (206,0,43). Sum of RGB (Red+Green+Blue) = 206+0+43=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE002B is #31FFD4. Grayscale: #424242. Windows color (decimal): -3276757 or 2818254. OLE color: 2818254.

HSL color Cylindrical-coordinate representation of color #CE002B: hue angle of 347.48º 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 #CE002B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 43 -
CMYK 0 1 0.79 0.19
HSL 347.48º 1% 0.4% -
HSV(B) 347.48º 1% 0.81% -
XYZ 25.89 13.3 3.49 -
YUV 66.5 114.75 227.5 -
System Red Green Blue C M Y K H S L
Decimal 206 0 43 0 1 0.79 0.19 347.48 1 0.4
Hex CE 0 2B 0 64 4F 13 15B 64 28
Octal 316 0 53 0 144 117 23 533 144 50
Binary 11001110 0 101011 0 1100100 1001111 10011 101011011 1100100 101000

Color Harmonies of #CE002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE002B

Black with #CE002B

Text Example


Text Example

White with #CE002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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