Html Css Color HEX #C8380B Harley Davidson Orange

📋 copy color: '#C8380B'

red 200 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #C8380B

Tints of Harley Davidson Orange #C8380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 74.91%
G = 20.97%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8380B (or 0xC8380B) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 0B. RGB value is (200,56,11). Sum of RGB (Red+Green+Blue) = 200+56+11=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8380B is #37C7F4. Grayscale: #5E5E5E. Windows color (decimal): -3655669 or 735432. OLE color: 735432.

HSL color Cylindrical-coordinate representation of color #C8380B: hue angle of 14.29º 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 #C8380B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 11 -
CMYK 0 0.72 0.94 0.22
HSL 14.29º 0.9% 0.41% -
HSV(B) 14.29º 0.95% 0.78% -
XYZ 25.29 15.13 1.9 -
YUV 93.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 200 56 11 0 0.72 0.94 0.22 14.29 0.9 0.41
Hex C8 38 B 0 48 5E 16 E 5A 29
Octal 310 70 13 0 110 136 26 16 132 51
Binary 11001000 111000 1011 0 1001000 1011110 10110 1110 1011010 101001

Color Harmonies of #C8380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8380B

Black with #C8380B

Text Example


Text Example

White with #C8380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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