Html Css Color HEX #C0311A Harley Davidson Orange

📋 copy color: '#C0311A'

red 192 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #C0311A

Tints of Harley Davidson Orange #C0311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 71.91%
G = 18.35%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0311A (or 0xC0311A) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 1A. RGB value is (192,49,26). Sum of RGB (Red+Green+Blue) = 192+49+26=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C0311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0311A is #3FCEE5. Grayscale: #595959. Windows color (decimal): -4181734 or 1716672. OLE color: 1716672.

HSL color Cylindrical-coordinate representation of color #C0311A: hue angle of 8.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0311A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 26 -
CMYK 0 0.74 0.86 0.25
HSL 8.31º 0.76% 0.43% -
HSV(B) 8.31º 0.86% 0.75% -
XYZ 23.02 13.48 2.37 -
YUV 89.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 192 49 26 0 0.74 0.86 0.25 8.31 0.76 0.43
Hex C0 31 1A 0 4A 56 19 8 4C 2B
Octal 300 61 32 0 112 126 31 10 114 53
Binary 11000000 110001 11010 0 1001010 1010110 11001 1000 1001100 101011

Color Harmonies of #C0311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0311A

Black with #C0311A

Text Example


Text Example

White with #C0311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0311A; }

 p { color: rgb(192,49,26); }

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

background-color css

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

 a { background-color: rgb(192,49,26); }

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

border-color css

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

 span { border-color: rgb(192,49,26); }

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