Html Css Color HEX #C93015 Harley Davidson Orange

📋 copy color: '#C93015'

red 201 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #C93015

Tints of Harley Davidson Orange #C93015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 74.44%
G = 17.78%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93015 (or 0xC93015) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 15. RGB value is (201,48,21). Sum of RGB (Red+Green+Blue) = 201+48+21=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93015 is #36CFEA. Grayscale: #5A5A5A. Windows color (decimal): -3592171 or 1388745. OLE color: 1388745.

HSL color Cylindrical-coordinate representation of color #C93015: hue angle of 9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C93015 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 21 -
CMYK 0 0.76 0.90 0.21
HSL 0.81% 0.44% -
HSV(B) 0.9% 0.79% -
XYZ 25.28 14.59 2.19 -
YUV 90.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 201 48 21 0 0.76 0.90 0.21 9 0.81 0.44
Hex C9 30 15 0 4C 5A 15 9 51 2C
Octal 311 60 25 0 114 132 25 11 121 54
Binary 11001001 110000 10101 0 1001100 1011010 10101 1001 1010001 101100

Color Harmonies of #C93015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93015

Black with #C93015

Text Example


Text Example

White with #C93015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93015; }

 p { color: rgb(201,48,21); }

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

background-color css

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

 a { background-color: rgb(201,48,21); }

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

border-color css

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

 span { border-color: rgb(201,48,21); }

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