Html Css Color HEX #CD051F Venetian Red

📋 copy color: '#CD051F'

red 205 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #CD051F

Tints of Venetian Red #CD051F

RGB

 RED value IS 205 (80.47% from 255) = 85.06%

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 85.06%
G = 2.07%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD051F (or 0xCD051F) is known color: Venetian Red. HEX triplet: CD, 05 and 1F. RGB value is (205,5,31). Sum of RGB (Red+Green+Blue) = 205+5+31=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD051F is #32FAE0. Grayscale: #434343. Windows color (decimal): -3341025 or 2033101. OLE color: 2033101.

HSL color Cylindrical-coordinate representation of color #CD051F: hue angle of 352.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD051F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 31 -
CMYK 0 0.98 0.85 0.20
HSL 352.2º 0.95% 0.41% -
HSV(B) 352.2º 0.98% 0.8% -
XYZ 25.48 13.19 2.5 -
YUV 67.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 205 5 31 0 0.98 0.85 0.20 352.2 0.95 0.41
Hex CD 5 1F 0 62 55 14 160 5F 29
Octal 315 5 37 0 142 125 24 540 137 51
Binary 11001101 101 11111 0 1100010 1010101 10100 101100000 1011111 101001

Color Harmonies of #CD051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD051F

Black with #CD051F

Text Example


Text Example

White with #CD051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD051F; }

 p { color: rgb(205,5,31); }

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

background-color css

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

 a { background-color: rgb(205,5,31); }

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

border-color css

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

 span { border-color: rgb(205,5,31); }

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