Html Css Color HEX #C03D1E Harley Davidson Orange

📋 copy color: '#C03D1E'

red 192 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #C03D1E

Tints of Harley Davidson Orange #C03D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 67.84%
G = 21.55%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C03D1E (or 0xC03D1E) is known color: Harley Davidson Orange. HEX triplet: C0, 3D and 1E. RGB value is (192,61,30). Sum of RGB (Red+Green+Blue) = 192+61+30=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D1E is #3FC2E1. Grayscale: #606060. Windows color (decimal): -4178658 or 1981888. OLE color: 1981888.

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

Color convert

RGB 192 61 30 -
CMYK 0 0.68 0.84 0.25
HSL 11.48º 0.73% 0.44% -
HSV(B) 11.48º 0.84% 0.75% -
XYZ 23.64 14.64 2.81 -
YUV 96.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 192 61 30 0 0.68 0.84 0.25 11.48 0.73 0.44
Hex C0 3D 1E 0 44 54 19 B 49 2C
Octal 300 75 36 0 104 124 31 13 111 54
Binary 11000000 111101 11110 0 1000100 1010100 11001 1011 1001001 101100

Color Harmonies of #C03D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D1E

Black with #C03D1E

Text Example


Text Example

White with #C03D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D1E; }

 p { color: rgb(192,61,30); }

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

background-color css

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

 a { background-color: rgb(192,61,30); }

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

border-color css

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

 span { border-color: rgb(192,61,30); }

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