Html Css Color HEX #CF021D Venetian Red

📋 copy color: '#CF021D'

red 207 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #CF021D

Tints of Venetian Red #CF021D

RGB

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

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

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

R = 86.97%
G = 0.84%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF021D (or 0xCF021D) is known color: Venetian Red. HEX triplet: CF, 02 and 1D. RGB value is (207,2,29). Sum of RGB (Red+Green+Blue) = 207+2+29=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF021D is #30FDE2. Grayscale: #424242. Windows color (decimal): -3210723 or 1901263. OLE color: 1901263.

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

Color convert

RGB 207 2 29 -
CMYK 0 0.99 0.86 0.19
HSL 352.1º 0.98% 0.41% -
HSV(B) 352.1º 0.99% 0.81% -
XYZ 25.98 13.4 2.38 -
YUV 66.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 207 2 29 0 0.99 0.86 0.19 352.1 0.98 0.41
Hex CF 2 1D 0 63 56 13 160 62 29
Octal 317 2 35 0 143 126 23 540 142 51
Binary 11001111 10 11101 0 1100011 1010110 10011 101100000 1100010 101001

Color Harmonies of #CF021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF021D

Black with #CF021D

Text Example


Text Example

White with #CF021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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