Html Css Color HEX #CB041B Venetian Red

📋 copy color: '#CB041B'

red 203 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #CB041B

Tints of Venetian Red #CB041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 86.75%
G = 1.71%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB041B (or 0xCB041B) is known color: Venetian Red. HEX triplet: CB, 04 and 1B. RGB value is (203,4,27). Sum of RGB (Red+Green+Blue) = 203+4+27=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB041B is #34FBE4. Grayscale: #424242. Windows color (decimal): -3472357 or 1770699. OLE color: 1770699.

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

Color convert

RGB 203 4 27 -
CMYK 0 0.98 0.87 0.20
HSL 353.07º 0.96% 0.41% -
HSV(B) 353.07º 0.98% 0.8% -
XYZ 24.87 12.86 2.21 -
YUV 66.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 203 4 27 0 0.98 0.87 0.20 353.07 0.96 0.41
Hex CB 4 1B 0 62 57 14 161 60 29
Octal 313 4 33 0 142 127 24 541 140 51
Binary 11001011 100 11011 0 1100010 1010111 10100 101100001 1100000 101001

Color Harmonies of #CB041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB041B

Black with #CB041B

Text Example


Text Example

White with #CB041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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