Html Css Color HEX #C8481B Harley Davidson Orange

📋 copy color: '#C8481B'

red 200 ◦ green 72 ◦ blue 27

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

Shades of Harley Davidson Orange #C8481B

Tints of Harley Davidson Orange #C8481B

RGB

 RED value IS 200 (78.52% from 255) = 66.89%

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 66.89%
G = 24.08%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8481B (or 0xC8481B) is known color: Harley Davidson Orange. HEX triplet: C8, 48 and 1B. RGB value is (200,72,27). Sum of RGB (Red+Green+Blue) = 200+72+27=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8481B is #37B7E4. Grayscale: #696969. Windows color (decimal): -3651557 or 1788104. OLE color: 1788104.

HSL color Cylindrical-coordinate representation of color #C8481B: hue angle of 15.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8481B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 27 -
CMYK 0 0.64 0.86 0.22
HSL 15.61º 0.76% 0.45% -
HSV(B) 15.61º 0.87% 0.78% -
XYZ 26.33 16.99 2.93 -
YUV 105.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 200 72 27 0 0.64 0.86 0.22 15.61 0.76 0.45
Hex C8 48 1B 0 40 56 16 10 4C 2D
Octal 310 110 33 0 100 126 26 20 114 55
Binary 11001000 1001000 11011 0 1000000 1010110 10110 10000 1001100 101101

Color Harmonies of #C8481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8481B

Black with #C8481B

Text Example


Text Example

White with #C8481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8481B; }

 p { color: rgb(200,72,27); }

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

background-color css

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

 a { background-color: rgb(200,72,27); }

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

border-color css

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

 span { border-color: rgb(200,72,27); }

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