Html Css Color HEX #CB0410 Venetian Red

📋 copy color: '#CB0410'

red 203 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #CB0410

Tints of Venetian Red #CB0410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 91.03%
G = 1.79%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB0410 (or 0xCB0410) is known color: Venetian Red. HEX triplet: CB, 04 and 10. RGB value is (203,4,16). Sum of RGB (Red+Green+Blue) = 203+4+16=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0410 is #34FBEF. Grayscale: #414141. Windows color (decimal): -3472368 or 1049803. OLE color: 1049803.

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

Color convert

RGB 203 4 16 -
CMYK 0 0.98 0.92 0.20
HSL 356.38º 0.96% 0.41% -
HSV(B) 356.38º 0.98% 0.8% -
XYZ 24.77 12.82 1.66 -
YUV 64.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 203 4 16 0 0.98 0.92 0.20 356.38 0.96 0.41
Hex CB 4 10 0 62 5C 14 164 60 29
Octal 313 4 20 0 142 134 24 544 140 51
Binary 11001011 100 10000 0 1100010 1011100 10100 101100100 1100000 101001

Color Harmonies of #CB0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0410

Black with #CB0410

Text Example


Text Example

White with #CB0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0410; }

 p { color: rgb(203,4,16); }

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

background-color css

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

 a { background-color: rgb(203,4,16); }

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

border-color css

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

 span { border-color: rgb(203,4,16); }

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