Html Css Color HEX #CA0007 Venetian Red

📋 copy color: '#CA0007'

red 202 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #CA0007

Tints of Venetian Red #CA0007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.35%

R = 96.65%
G = 0%
B = 3.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA0007 (or 0xCA0007) is known color: Venetian Red. HEX triplet: CA, 00 and 07. RGB value is (202,0,7). Sum of RGB (Red+Green+Blue) = 202+0+7=209 (27% of max value = 765). Red value is 202 (79.30% from 255 or 96.65% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0007 is #35FFF8. Grayscale: #3D3D3D. Windows color (decimal): -3538937 or 458954. OLE color: 458954.

HSL color Cylindrical-coordinate representation of color #CA0007: hue angle of 357.92º 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 #CA0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 7 -
CMYK 0 1 0.97 0.21
HSL 357.92º 1% 0.4% -
HSV(B) 357.92º 1% 0.79% -
XYZ 24.4 12.57 1.34 -
YUV 61.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 202 0 7 0 1 0.97 0.21 357.92 1 0.4
Hex CA 0 7 0 64 61 15 166 64 28
Octal 312 0 7 0 144 141 25 546 144 50
Binary 11001010 0 111 0 1100100 1100001 10101 101100110 1100100 101000

Color Harmonies of #CA0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0007

Black with #CA0007

Text Example


Text Example

White with #CA0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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