Html Css Color HEX #CB041A Venetian Red

📋 copy color: '#CB041A'

red 203 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #CB041A

Tints of Venetian Red #CB041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 87.12%
G = 1.72%
B = 11.16%

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

#CB041A (or 0xCB041A) is known color: Venetian Red. HEX triplet: CB, 04 and 1A. RGB value is (203,4,26). Sum of RGB (Red+Green+Blue) = 203+4+26=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB041A is #34FBE5. Grayscale: #424242. Windows color (decimal): -3472358 or 1705163. OLE color: 1705163.

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

Color convert

RGB 203 4 26 -
CMYK 0 0.98 0.87 0.20
HSL 353.37º 0.96% 0.41% -
HSV(B) 353.37º 0.98% 0.8% -
XYZ 24.86 12.86 2.15 -
YUV 66.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 203 4 26 0 0.98 0.87 0.20 353.37 0.96 0.41
Hex CB 4 1A 0 62 57 14 161 60 29
Octal 313 4 32 0 142 127 24 541 140 51
Binary 11001011 100 11010 0 1100010 1010111 10100 101100001 1100000 101001

Color Harmonies of #CB041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB041A

Black with #CB041A

Text Example


Text Example

White with #CB041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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