Html Css Color HEX #CB002C Venetian Red

📋 copy color: '#CB002C'

red 203 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #CB002C

Tints of Venetian Red #CB002C

RGB

 RED value IS 203 (79.69% from 255) = 82.19%

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

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 82.19%
G = 0%
B = 17.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB002C (or 0xCB002C) is known color: Venetian Red. HEX triplet: CB, 00 and 2C. RGB value is (203,0,44). Sum of RGB (Red+Green+Blue) = 203+0+44=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB002C is #34FFD3. Grayscale: #414141. Windows color (decimal): -3473364 or 2883787. OLE color: 2883787.

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

Color convert

RGB 203 0 44 -
CMYK 0 1 0.78 0.20
HSL 347º 1% 0.4% -
HSV(B) 347º 1% 0.8% -
XYZ 25.08 12.88 3.55 -
YUV 65.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 203 0 44 0 1 0.78 0.20 347 1 0.4
Hex CB 0 2C 0 64 4E 14 15B 64 28
Octal 313 0 54 0 144 116 24 533 144 50
Binary 11001011 0 101100 0 1100100 1001110 10100 101011011 1100100 101000

Color Harmonies of #CB002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB002C

Black with #CB002C

Text Example


Text Example

White with #CB002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB002C; }

 p { color: rgb(203,0,44); }

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

background-color css

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

 a { background-color: rgb(203,0,44); }

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

border-color css

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

 span { border-color: rgb(203,0,44); }

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