Html Css Color HEX #CF0029 Venetian Red

📋 copy color: '#CF0029'

red 207 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #CF0029

Tints of Venetian Red #CF0029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 83.47%
G = 0%
B = 16.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF0029 (or 0xCF0029) is known color: Venetian Red. HEX triplet: CF, 00 and 29. RGB value is (207,0,41). Sum of RGB (Red+Green+Blue) = 207+0+41=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0029 is #30FFD6. Grayscale: #424242. Windows color (decimal): -3211223 or 2687183. OLE color: 2687183.

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

Color convert

RGB 207 0 41 -
CMYK 0 1 0.80 0.19
HSL 348.12º 1% 0.41% -
HSV(B) 348.12º 1% 0.81% -
XYZ 26.13 13.43 3.31 -
YUV 66.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 207 0 41 0 1 0.80 0.19 348.12 1 0.41
Hex CF 0 29 0 64 50 13 15C 64 29
Octal 317 0 51 0 144 120 23 534 144 51
Binary 11001111 0 101001 0 1100100 1010000 10011 101011100 1100100 101001

Color Harmonies of #CF0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0029

Black with #CF0029

Text Example


Text Example

White with #CF0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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