Html Css Color HEX #CB041E Venetian Red

📋 copy color: '#CB041E'

red 203 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #CB041E

Tints of Venetian Red #CB041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 85.65%
G = 1.69%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB041E (or 0xCB041E) is known color: Venetian Red. HEX triplet: CB, 04 and 1E. RGB value is (203,4,30). Sum of RGB (Red+Green+Blue) = 203+4+30=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB041E is #34FBE1. Grayscale: #424242. Windows color (decimal): -3472354 or 1967307. OLE color: 1967307.

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

Color convert

RGB 203 4 30 -
CMYK 0 0.98 0.85 0.20
HSL 352.16º 0.96% 0.41% -
HSV(B) 352.16º 0.98% 0.8% -
XYZ 24.91 12.88 2.4 -
YUV 66.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 203 4 30 0 0.98 0.85 0.20 352.16 0.96 0.41
Hex CB 4 1E 0 62 55 14 160 60 29
Octal 313 4 36 0 142 125 24 540 140 51
Binary 11001011 100 11110 0 1100010 1010101 10100 101100000 1100000 101001

Color Harmonies of #CB041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB041E

Black with #CB041E

Text Example


Text Example

White with #CB041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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