Html Css Color HEX #CF0028 Venetian Red

📋 copy color: '#CF0028'

red 207 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #CF0028

Tints of Venetian Red #CF0028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 83.81%
G = 0%
B = 16.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0028 (or 0xCF0028) is known color: Venetian Red. HEX triplet: CF, 00 and 28. RGB value is (207,0,40). Sum of RGB (Red+Green+Blue) = 207+0+40=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0028 is #30FFD7. Grayscale: #424242. Windows color (decimal): -3211224 or 2621647. OLE color: 2621647.

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

Color convert

RGB 207 0 40 -
CMYK 0 1 0.81 0.19
HSL 348.41º 1% 0.41% -
HSV(B) 348.41º 1% 0.81% -
XYZ 26.12 13.42 3.22 -
YUV 66.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 207 0 40 0 1 0.81 0.19 348.41 1 0.41
Hex CF 0 28 0 64 51 13 15C 64 29
Octal 317 0 50 0 144 121 23 534 144 51
Binary 11001111 0 101000 0 1100100 1010001 10011 101011100 1100100 101001

Color Harmonies of #CF0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0028

Black with #CF0028

Text Example


Text Example

White with #CF0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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