Html Css Color HEX #CB0514 Venetian Red

📋 copy color: '#CB0514'

red 203 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #CB0514

Tints of Venetian Red #CB0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 89.04%
G = 2.19%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0514 (or 0xCB0514) is known color: Venetian Red. HEX triplet: CB, 05 and 14. RGB value is (203,5,20). Sum of RGB (Red+Green+Blue) = 203+5+20=228 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.04% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0514 is #34FAEB. Grayscale: #424242. Windows color (decimal): -3472108 or 1312203. OLE color: 1312203.

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

Color convert

RGB 203 5 20 -
CMYK 0 0.98 0.90 0.20
HSL 355.45º 0.95% 0.41% -
HSV(B) 355.45º 0.98% 0.8% -
XYZ 24.81 12.86 1.84 -
YUV 65.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 203 5 20 0 0.98 0.90 0.20 355.45 0.95 0.41
Hex CB 5 14 0 62 5A 14 163 5F 29
Octal 313 5 24 0 142 132 24 543 137 51
Binary 11001011 101 10100 0 1100010 1011010 10100 101100011 1011111 101001

Color Harmonies of #CB0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0514

Black with #CB0514

Text Example


Text Example

White with #CB0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0514; }

 p { color: rgb(203,5,20); }

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

background-color css

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

 a { background-color: rgb(203,5,20); }

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

border-color css

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

 span { border-color: rgb(203,5,20); }

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