Html Css Color HEX #CB040B Venetian Red

📋 copy color: '#CB040B'

red 203 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #CB040B

Tints of Venetian Red #CB040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 93.12%
G = 1.83%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB040B (or 0xCB040B) is known color: Venetian Red. HEX triplet: CB, 04 and 0B. RGB value is (203,4,11). Sum of RGB (Red+Green+Blue) = 203+4+11=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB040B is #34FBF4. Grayscale: #404040. Windows color (decimal): -3472373 or 722123. OLE color: 722123.

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

Color convert

RGB 203 4 11 -
CMYK 0 0.98 0.95 0.20
HSL 357.89º 0.96% 0.41% -
HSV(B) 357.89º 0.98% 0.8% -
XYZ 24.73 12.81 1.49 -
YUV 64.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 203 4 11 0 0.98 0.95 0.20 357.89 0.96 0.41
Hex CB 4 B 0 62 5F 14 166 60 29
Octal 313 4 13 0 142 137 24 546 140 51
Binary 11001011 100 1011 0 1100010 1011111 10100 101100110 1100000 101001

Color Harmonies of #CB040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB040B

Black with #CB040B

Text Example


Text Example

White with #CB040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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