Html Css Color HEX #C93F16 Harley Davidson Orange

📋 copy color: '#C93F16'

red 201 ◦ green 63 ◦ blue 22

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

Shades of Harley Davidson Orange #C93F16

Tints of Harley Davidson Orange #C93F16

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 70.28%
G = 22.03%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93F16 (or 0xC93F16) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 16. RGB value is (201,63,22). Sum of RGB (Red+Green+Blue) = 201+63+22=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F16 is #36C0E9. Grayscale: #636363. Windows color (decimal): -3588330 or 1458121. OLE color: 1458121.

HSL color Cylindrical-coordinate representation of color #C93F16: hue angle of 13.74º 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 #C93F16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 63 22 -
CMYK 0 0.69 0.89 0.21
HSL 13.74º 0.8% 0.44% -
HSV(B) 13.74º 0.89% 0.79% -
XYZ 26.01 16.03 2.48 -
YUV 99.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 201 63 22 0 0.69 0.89 0.21 13.74 0.8 0.44
Hex C9 3F 16 0 45 59 15 E 50 2C
Octal 311 77 26 0 105 131 25 16 120 54
Binary 11001001 111111 10110 0 1000101 1011001 10101 1110 1010000 101100

Color Harmonies of #C93F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F16

Black with #C93F16

Text Example


Text Example

White with #C93F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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