Html Css Color HEX #CF0223 Venetian Red

📋 copy color: '#CF0223'

red 207 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #CF0223

Tints of Venetian Red #CF0223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 84.84%
G = 0.82%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0223 (or 0xCF0223) is known color: Venetian Red. HEX triplet: CF, 02 and 23. RGB value is (207,2,35). Sum of RGB (Red+Green+Blue) = 207+2+35=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0223 is #30FDDC. Grayscale: #434343. Windows color (decimal): -3210717 or 2294479. OLE color: 2294479.

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

Color convert

RGB 207 2 35 -
CMYK 0 0.99 0.83 0.19
HSL 350.34º 0.98% 0.41% -
HSV(B) 350.34º 0.99% 0.81% -
XYZ 26.06 13.43 2.81 -
YUV 67.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 207 2 35 0 0.99 0.83 0.19 350.34 0.98 0.41
Hex CF 2 23 0 63 53 13 15E 62 29
Octal 317 2 43 0 143 123 23 536 142 51
Binary 11001111 10 100011 0 1100011 1010011 10011 101011110 1100010 101001

Color Harmonies of #CF0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0223

Black with #CF0223

Text Example


Text Example

White with #CF0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0223; }

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

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

background-color css

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

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

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

border-color css

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

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

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