Html Css Color HEX #CB0428 Venetian Red

📋 copy color: '#CB0428'

red 203 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #CB0428

Tints of Venetian Red #CB0428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 82.19%
G = 1.62%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0428 (or 0xCB0428) is known color: Venetian Red. HEX triplet: CB, 04 and 28. RGB value is (203,4,40). Sum of RGB (Red+Green+Blue) = 203+4+40=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0428 is #34FBD7. Grayscale: #434343. Windows color (decimal): -3472344 or 2622667. OLE color: 2622667.

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

Color convert

RGB 203 4 40 -
CMYK 0 0.98 0.80 0.20
HSL 349.15º 0.96% 0.41% -
HSV(B) 349.15º 0.98% 0.8% -
XYZ 25.06 12.94 3.18 -
YUV 67.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 203 4 40 0 0.98 0.80 0.20 349.15 0.96 0.41
Hex CB 4 28 0 62 50 14 15D 60 29
Octal 313 4 50 0 142 120 24 535 140 51
Binary 11001011 100 101000 0 1100010 1010000 10100 101011101 1100000 101001

Color Harmonies of #CB0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0428

Black with #CB0428

Text Example


Text Example

White with #CB0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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