Html Css Color HEX #CA0008 Venetian Red

📋 copy color: '#CA0008'

red 202 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #CA0008

Tints of Venetian Red #CA0008

RGB

 RED value IS 202 (79.3% from 255) = 96.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 96.19%
G = 0%
B = 3.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA0008 (or 0xCA0008) is known color: Venetian Red. HEX triplet: CA, 00 and 08. RGB value is (202,0,8). Sum of RGB (Red+Green+Blue) = 202+0+8=210 (27% of max value = 765). Red value is 202 (79.30% from 255 or 96.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0008 is #35FFF7. Grayscale: #3D3D3D. Windows color (decimal): -3538936 or 524490. OLE color: 524490.

HSL color Cylindrical-coordinate representation of color #CA0008: hue angle of 357.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 8 -
CMYK 0 1 0.96 0.21
HSL 357.62º 1% 0.4% -
HSV(B) 357.62º 1% 0.79% -
XYZ 24.4 12.57 1.37 -
YUV 61.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 202 0 8 0 1 0.96 0.21 357.62 1 0.4
Hex CA 0 8 0 64 60 15 166 64 28
Octal 312 0 10 0 144 140 25 546 144 50
Binary 11001010 0 1000 0 1100100 1100000 10101 101100110 1100100 101000

Color Harmonies of #CA0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0008

Black with #CA0008

Text Example


Text Example

White with #CA0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0008; }

 p { color: rgb(202,0,8); }

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

background-color css

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

 a { background-color: rgb(202,0,8); }

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

border-color css

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

 span { border-color: rgb(202,0,8); }

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