Html Css Color HEX #C0331B Harley Davidson Orange

📋 copy color: '#C0331B'

red 192 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #C0331B

Tints of Harley Davidson Orange #C0331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 71.11%
G = 18.89%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0331B (or 0xC0331B) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 1B. RGB value is (192,51,27). Sum of RGB (Red+Green+Blue) = 192+51+27=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0331B is #3FCCE4. Grayscale: #5A5A5A. Windows color (decimal): -4181221 or 1782720. OLE color: 1782720.

HSL color Cylindrical-coordinate representation of color #C0331B: hue angle of 8.73º degrees, saturation: 0.75, 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 #C0331B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 27 -
CMYK 0 0.73 0.86 0.25
HSL 8.73º 0.75% 0.43% -
HSV(B) 8.73º 0.86% 0.75% -
XYZ 23.12 13.65 2.45 -
YUV 90.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 192 51 27 0 0.73 0.86 0.25 8.73 0.75 0.43
Hex C0 33 1B 0 49 56 19 9 4B 2B
Octal 300 63 33 0 111 126 31 11 113 53
Binary 11000000 110011 11011 0 1001001 1010110 11001 1001 1001011 101011

Color Harmonies of #C0331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0331B

Black with #C0331B

Text Example


Text Example

White with #C0331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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