Html Css Color HEX #CF0213 Venetian Red

📋 copy color: '#CF0213'

red 207 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #CF0213

Tints of Venetian Red #CF0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 90.79%
G = 0.88%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0213 (or 0xCF0213) is known color: Venetian Red. HEX triplet: CF, 02 and 13. RGB value is (207,2,19). Sum of RGB (Red+Green+Blue) = 207+2+19=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0213 is #30FDEC. Grayscale: #414141. Windows color (decimal): -3210733 or 1245903. OLE color: 1245903.

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

Color convert

RGB 207 2 19 -
CMYK 0 0.99 0.91 0.19
HSL 355.02º 0.98% 0.41% -
HSV(B) 355.02º 0.99% 0.81% -
XYZ 25.87 13.36 1.83 -
YUV 65.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 207 2 19 0 0.99 0.91 0.19 355.02 0.98 0.41
Hex CF 2 13 0 63 5B 13 163 62 29
Octal 317 2 23 0 143 133 23 543 142 51
Binary 11001111 10 10011 0 1100011 1011011 10011 101100011 1100010 101001

Color Harmonies of #CF0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0213

Black with #CF0213

Text Example


Text Example

White with #CF0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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