Html Css Color HEX #CF041D Venetian Red

📋 copy color: '#CF041D'

red 207 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #CF041D

Tints of Venetian Red #CF041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 86.25%
G = 1.67%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF041D (or 0xCF041D) is known color: Venetian Red. HEX triplet: CF, 04 and 1D. RGB value is (207,4,29). Sum of RGB (Red+Green+Blue) = 207+4+29=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF041D is #30FBE2. Grayscale: #434343. Windows color (decimal): -3210211 or 1901775. OLE color: 1901775.

HSL color Cylindrical-coordinate representation of color #CF041D: hue angle of 352.61º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF041D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 29 -
CMYK 0 0.98 0.86 0.19
HSL 352.61º 0.96% 0.41% -
HSV(B) 352.61º 0.98% 0.81% -
XYZ 26 13.44 2.39 -
YUV 67.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 207 4 29 0 0.98 0.86 0.19 352.61 0.96 0.41
Hex CF 4 1D 0 62 56 13 161 60 29
Octal 317 4 35 0 142 126 23 541 140 51
Binary 11001111 100 11101 0 1100010 1010110 10011 101100001 1100000 101001

Color Harmonies of #CF041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF041D

Black with #CF041D

Text Example


Text Example

White with #CF041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF041D; }

 p { color: rgb(207,4,29); }

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

background-color css

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

 a { background-color: rgb(207,4,29); }

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

border-color css

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

 span { border-color: rgb(207,4,29); }

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