Html Css Color HEX #CB0418 Venetian Red

📋 copy color: '#CB0418'

red 203 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #CB0418

Tints of Venetian Red #CB0418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.39%

R = 87.88%
G = 1.73%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0418 (or 0xCB0418) is known color: Venetian Red. HEX triplet: CB, 04 and 18. RGB value is (203,4,24). Sum of RGB (Red+Green+Blue) = 203+4+24=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0418 is #34FBE7. Grayscale: #414141. Windows color (decimal): -3472360 or 1574091. OLE color: 1574091.

HSL color Cylindrical-coordinate representation of color #CB0418: hue angle of 353.97º 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 #CB0418 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 24 -
CMYK 0 0.98 0.88 0.20
HSL 353.97º 0.96% 0.41% -
HSV(B) 353.97º 0.98% 0.8% -
XYZ 24.84 12.85 2.04 -
YUV 65.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 203 4 24 0 0.98 0.88 0.20 353.97 0.96 0.41
Hex CB 4 18 0 62 58 14 162 60 29
Octal 313 4 30 0 142 130 24 542 140 51
Binary 11001011 100 11000 0 1100010 1011000 10100 101100010 1100000 101001

Color Harmonies of #CB0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0418

Black with #CB0418

Text Example


Text Example

White with #CB0418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0418; }

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

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

background-color css

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

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

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

border-color css

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

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

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