Html Css Color HEX #C13003 Harley Davidson Orange

📋 copy color: '#C13003'

red 193 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #C13003

Tints of Harley Davidson Orange #C13003

RGB

 RED value IS 193 (75.78% from 255) = 79.1%

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

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 79.1%
G = 19.67%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C13003 (or 0xC13003) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 03. RGB value is (193,48,3). Sum of RGB (Red+Green+Blue) = 193+48+3=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C13003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13003 is #3ECFFC. Grayscale: #565656. Windows color (decimal): -4116477 or 209089. OLE color: 209089.

HSL color Cylindrical-coordinate representation of color #C13003: hue angle of 14.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13003 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 3 -
CMYK 0 0.75 0.98 0.24
HSL 14.21º 0.97% 0.38% -
HSV(B) 14.21º 0.98% 0.76% -
XYZ 23.07 13.46 1.47 -
YUV 86.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 193 48 3 0 0.75 0.98 0.24 14.21 0.97 0.38
Hex C1 30 3 0 4B 62 18 E 61 26
Octal 301 60 3 0 113 142 30 16 141 46
Binary 11000001 110000 11 0 1001011 1100010 11000 1110 1100001 100110

Color Harmonies of #C13003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13003

Black with #C13003

Text Example


Text Example

White with #C13003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13003; }

 p { color: rgb(193,48,3); }

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

background-color css

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

 a { background-color: rgb(193,48,3); }

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

border-color css

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

 span { border-color: rgb(193,48,3); }

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