Html Css Color HEX #C8300B Harley Davidson Orange

📋 copy color: '#C8300B'

red 200 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #C8300B

Tints of Harley Davidson Orange #C8300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 77.22%
G = 18.53%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8300B (or 0xC8300B) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 0B. RGB value is (200,48,11). Sum of RGB (Red+Green+Blue) = 200+48+11=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C8300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8300B is #37CFF4. Grayscale: #595959. Windows color (decimal): -3657717 or 733384. OLE color: 733384.

HSL color Cylindrical-coordinate representation of color #C8300B: hue angle of 11.75º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8300B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 11 -
CMYK 0 0.76 0.94 0.22
HSL 11.75º 0.9% 0.41% -
HSV(B) 11.75º 0.95% 0.78% -
XYZ 24.94 14.42 1.79 -
YUV 89.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 200 48 11 0 0.76 0.94 0.22 11.75 0.9 0.41
Hex C8 30 B 0 4C 5E 16 C 5A 29
Octal 310 60 13 0 114 136 26 14 132 51
Binary 11001000 110000 1011 0 1001100 1011110 10110 1100 1011010 101001

Color Harmonies of #C8300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8300B

Black with #C8300B

Text Example


Text Example

White with #C8300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8300B; }

 p { color: rgb(200,48,11); }

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

background-color css

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

 a { background-color: rgb(200,48,11); }

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

border-color css

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

 span { border-color: rgb(200,48,11); }

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