Html Css Color HEX #C93D16 Harley Davidson Orange

📋 copy color: '#C93D16'

red 201 ◦ green 61 ◦ blue 22

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

Shades of Harley Davidson Orange #C93D16

Tints of Harley Davidson Orange #C93D16

RGB

 RED value IS 201 (78.91% from 255) = 70.77%

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 70.77%
G = 21.48%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93D16 (or 0xC93D16) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 16. RGB value is (201,61,22). Sum of RGB (Red+Green+Blue) = 201+61+22=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D16 is #36C2E9. Grayscale: #626262. Windows color (decimal): -3588842 or 1457609. OLE color: 1457609.

HSL color Cylindrical-coordinate representation of color #C93D16: hue angle of 13.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93D16 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 22 -
CMYK 0 0.70 0.89 0.21
HSL 13.07º 0.8% 0.44% -
HSV(B) 13.07º 0.89% 0.79% -
XYZ 25.9 15.81 2.45 -
YUV 98.41 84.88 201.17 -
System Red Green Blue C M Y K H S L
Decimal 201 61 22 0 0.70 0.89 0.21 13.07 0.8 0.44
Hex C9 3D 16 0 46 59 15 D 50 2C
Octal 311 75 26 0 106 131 25 15 120 54
Binary 11001001 111101 10110 0 1000110 1011001 10101 1101 1010000 101100

Color Harmonies of #C93D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D16

Black with #C93D16

Text Example


Text Example

White with #C93D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D16; }

 p { color: rgb(201,61,22); }

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

background-color css

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

 a { background-color: rgb(201,61,22); }

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

border-color css

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

 span { border-color: rgb(201,61,22); }

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