Html Css Color HEX #CF0003 Venetian Red

📋 copy color: '#CF0003'

red 207 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #CF0003

Tints of Venetian Red #CF0003

RGB

 RED value IS 207 (81.25% from 255) = 98.57%

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 98.57%
G = 0%
B = 1.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF0003 (or 0xCF0003) is known color: Venetian Red. HEX triplet: CF, 00 and 03. RGB value is (207,0,3). Sum of RGB (Red+Green+Blue) = 207+0+3=210 (27% of max value = 765). Red value is 207 (81.25% from 255 or 98.57% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0003 is #30FFFC. Grayscale: #3E3E3E. Windows color (decimal): -3211261 or 196815. OLE color: 196815.

HSL color Cylindrical-coordinate representation of color #CF0003: hue angle of 359.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 3 -
CMYK 0 1 0.99 0.19
HSL 359.13º 1% 0.41% -
HSV(B) 359.13º 1% 0.81% -
XYZ 25.75 13.27 1.29 -
YUV 62.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 207 0 3 0 1 0.99 0.19 359.13 1 0.41
Hex CF 0 3 0 64 63 13 167 64 29
Octal 317 0 3 0 144 143 23 547 144 51
Binary 11001111 0 11 0 1100100 1100011 10011 101100111 1100100 101001

Color Harmonies of #CF0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0003

Black with #CF0003

Text Example


Text Example

White with #CF0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0003; }

 p { color: rgb(207,0,3); }

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

background-color css

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

 a { background-color: rgb(207,0,3); }

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

border-color css

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

 span { border-color: rgb(207,0,3); }

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