Html Css Color HEX #CF0203 Venetian Red

📋 copy color: '#CF0203'

red 207 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #CF0203

Tints of Venetian Red #CF0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 97.64%
G = 0.94%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF0203 (or 0xCF0203) is known color: Venetian Red. HEX triplet: CF, 02 and 03. RGB value is (207,2,3). Sum of RGB (Red+Green+Blue) = 207+2+3=212 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.64% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0203 is #30FDFC. Grayscale: #3F3F3F. Windows color (decimal): -3210749 or 197327. OLE color: 197327.

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

Color convert

RGB 207 2 3 -
CMYK 0 0.99 0.99 0.19
HSL 359.71º 0.98% 0.41% -
HSV(B) 359.71º 0.99% 0.81% -
XYZ 25.77 13.32 1.3 -
YUV 63.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 207 2 3 0 0.99 0.99 0.19 359.71 0.98 0.41
Hex CF 2 3 0 63 63 13 168 62 29
Octal 317 2 3 0 143 143 23 550 142 51
Binary 11001111 10 11 0 1100011 1100011 10011 101101000 1100010 101001

Color Harmonies of #CF0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0203

Black with #CF0203

Text Example


Text Example

White with #CF0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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