Html Css Color HEX #CF0222 Venetian Red

📋 copy color: '#CF0222'

red 207 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #CF0222

Tints of Venetian Red #CF0222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 85.19%
G = 0.82%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF0222 (or 0xCF0222) is known color: Venetian Red. HEX triplet: CF, 02 and 22. RGB value is (207,2,34). Sum of RGB (Red+Green+Blue) = 207+2+34=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0222 is #30FDDD. Grayscale: #434343. Windows color (decimal): -3210718 or 2228943. OLE color: 2228943.

HSL color Cylindrical-coordinate representation of color #CF0222: hue angle of 350.63º 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 #CF0222 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 34 -
CMYK 0 0.99 0.84 0.19
HSL 350.63º 0.98% 0.41% -
HSV(B) 350.63º 0.99% 0.81% -
XYZ 26.04 13.42 2.73 -
YUV 66.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 207 2 34 0 0.99 0.84 0.19 350.63 0.98 0.41
Hex CF 2 22 0 63 54 13 15F 62 29
Octal 317 2 42 0 143 124 23 537 142 51
Binary 11001111 10 100010 0 1100011 1010100 10011 101011111 1100010 101001

Color Harmonies of #CF0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0222

Black with #CF0222

Text Example


Text Example

White with #CF0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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