Html Css Color HEX #CF0218 Venetian Red

📋 copy color: '#CF0218'

red 207 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #CF0218

Tints of Venetian Red #CF0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 88.84%
G = 0.86%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0218 (or 0xCF0218) is known color: Venetian Red. HEX triplet: CF, 02 and 18. RGB value is (207,2,24). Sum of RGB (Red+Green+Blue) = 207+2+24=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0218 is #30FDE7. Grayscale: #414141. Windows color (decimal): -3210728 or 1573583. OLE color: 1573583.

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

Color convert

RGB 207 2 24 -
CMYK 0 0.99 0.88 0.19
HSL 353.56º 0.98% 0.41% -
HSV(B) 353.56º 0.99% 0.81% -
XYZ 25.92 13.37 2.08 -
YUV 65.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 207 2 24 0 0.99 0.88 0.19 353.56 0.98 0.41
Hex CF 2 18 0 63 58 13 162 62 29
Octal 317 2 30 0 143 130 23 542 142 51
Binary 11001111 10 11000 0 1100011 1011000 10011 101100010 1100010 101001

Color Harmonies of #CF0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0218

Black with #CF0218

Text Example


Text Example

White with #CF0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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