Html Css Color HEX #CD030A Venetian Red

📋 copy color: '#CD030A'

red 205 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #CD030A

Tints of Venetian Red #CD030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 94.04%
G = 1.38%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD030A (or 0xCD030A) is known color: Venetian Red. HEX triplet: CD, 03 and 0A. RGB value is (205,3,10). Sum of RGB (Red+Green+Blue) = 205+3+10=218 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.04% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 205 - color contains mainly: red. Hex color #CD030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD030A is #32FCF5. Grayscale: #404040. Windows color (decimal): -3341558 or 656333. OLE color: 656333.

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

Color convert

RGB 205 3 10 -
CMYK 0 0.99 0.95 0.20
HSL 357.92º 0.97% 0.41% -
HSV(B) 357.92º 0.99% 0.8% -
XYZ 25.26 13.07 1.48 -
YUV 64.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 205 3 10 0 0.99 0.95 0.20 357.92 0.97 0.41
Hex CD 3 A 0 63 5F 14 166 61 29
Octal 315 3 12 0 143 137 24 546 141 51
Binary 11001101 11 1010 0 1100011 1011111 10100 101100110 1100001 101001

Color Harmonies of #CD030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD030A

Black with #CD030A

Text Example


Text Example

White with #CD030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD030A; }

 p { color: rgb(205,3,10); }

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

background-color css

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

 a { background-color: rgb(205,3,10); }

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

border-color css

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

 span { border-color: rgb(205,3,10); }

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