Html Css Color HEX #C03315 Harley Davidson Orange

📋 copy color: '#C03315'

red 192 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #C03315

Tints of Harley Davidson Orange #C03315

RGB

 RED value IS 192 (75.39% from 255) = 72.73%

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 72.73%
G = 19.32%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C03315 (or 0xC03315) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 15. RGB value is (192,51,21). Sum of RGB (Red+Green+Blue) = 192+51+21=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03315 is #3FCCEA. Grayscale: #5A5A5A. Windows color (decimal): -4181227 or 1389504. OLE color: 1389504.

HSL color Cylindrical-coordinate representation of color #C03315: hue angle of 10.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03315 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 21 -
CMYK 0 0.73 0.89 0.25
HSL 10.53º 0.8% 0.42% -
HSV(B) 10.53º 0.89% 0.75% -
XYZ 23.06 13.63 2.12 -
YUV 89.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 192 51 21 0 0.73 0.89 0.25 10.53 0.8 0.42
Hex C0 33 15 0 49 59 19 B 50 2A
Octal 300 63 25 0 111 131 31 13 120 52
Binary 11000000 110011 10101 0 1001001 1011001 11001 1011 1010000 101010

Color Harmonies of #C03315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03315

Black with #C03315

Text Example


Text Example

White with #C03315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03315; }

 p { color: rgb(192,51,21); }

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

background-color css

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

 a { background-color: rgb(192,51,21); }

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

border-color css

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

 span { border-color: rgb(192,51,21); }

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