Html Css Color HEX #CF0022 Venetian Red

📋 copy color: '#CF0022'

red 207 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #CF0022

Tints of Venetian Red #CF0022

RGB

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

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

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

R = 85.89%
G = 0%
B = 14.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF0022 (or 0xCF0022) is known color: Venetian Red. HEX triplet: CF, 00 and 22. RGB value is (207,0,34). Sum of RGB (Red+Green+Blue) = 207+0+34=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0022 is #30FFDD. Grayscale: #414141. Windows color (decimal): -3211230 or 2228431. OLE color: 2228431.

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

Color convert

RGB 207 0 34 -
CMYK 0 1 0.84 0.19
HSL 350.14º 1% 0.41% -
HSV(B) 350.14º 1% 0.81% -
XYZ 26.02 13.38 2.72 -
YUV 65.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 207 0 34 0 1 0.84 0.19 350.14 1 0.41
Hex CF 0 22 0 64 54 13 15E 64 29
Octal 317 0 42 0 144 124 23 536 144 51
Binary 11001111 0 100010 0 1100100 1010100 10011 101011110 1100100 101001

Color Harmonies of #CF0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0022

Black with #CF0022

Text Example


Text Example

White with #CF0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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