Html Css Color HEX #CB012C Venetian Red

📋 copy color: '#CB012C'

red 203 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #CB012C

Tints of Venetian Red #CB012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 81.85%
G = 0.4%
B = 17.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB012C (or 0xCB012C) is known color: Venetian Red. HEX triplet: CB, 01 and 2C. RGB value is (203,1,44). Sum of RGB (Red+Green+Blue) = 203+1+44=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB012C is #34FED3. Grayscale: #424242. Windows color (decimal): -3473108 or 2884043. OLE color: 2884043.

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

Color convert

RGB 203 1 44 -
CMYK 0 1.00 0.78 0.20
HSL 347.23º 0.99% 0.4% -
HSV(B) 347.23º 1% 0.8% -
XYZ 25.09 12.9 3.55 -
YUV 66.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 203 1 44 0 1.00 0.78 0.20 347.23 0.99 0.4
Hex CB 1 2C 0 64 4E 14 15B 63 28
Octal 313 1 54 0 144 116 24 533 143 50
Binary 11001011 1 101100 0 1100100 1001110 10100 101011011 1100011 101000

Color Harmonies of #CB012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB012C

Black with #CB012C

Text Example


Text Example

White with #CB012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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