Html Css Color HEX #C2380A Harley Davidson Orange

📋 copy color: '#C2380A'

red 194 ◦ green 56 ◦ blue 10

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

Shades of Harley Davidson Orange #C2380A

Tints of Harley Davidson Orange #C2380A

RGB

 RED value IS 194 (76.17% from 255) = 74.62%

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

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 74.62%
G = 21.54%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2380A (or 0xC2380A) is known color: Harley Davidson Orange. HEX triplet: C2, 38 and 0A. RGB value is (194,56,10). Sum of RGB (Red+Green+Blue) = 194+56+10=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2380A is #3DC7F5. Grayscale: #5C5C5C. Windows color (decimal): -4048886 or 669890. OLE color: 669890.

HSL color Cylindrical-coordinate representation of color #C2380A: hue angle of 15º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2380A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 10 -
CMYK 0 0.71 0.95 0.24
HSL 15º 0.9% 0.4% -
HSV(B) 15º 0.95% 0.76% -
XYZ 23.72 14.32 1.8 -
YUV 92.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 194 56 10 0 0.71 0.95 0.24 15 0.9 0.4
Hex C2 38 A 0 47 5F 18 F 5A 28
Octal 302 70 12 0 107 137 30 17 132 50
Binary 11000010 111000 1010 0 1000111 1011111 11000 1111 1011010 101000

Color Harmonies of #C2380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2380A

Black with #C2380A

Text Example


Text Example

White with #C2380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2380A; }

 p { color: rgb(194,56,10); }

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

background-color css

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

 a { background-color: rgb(194,56,10); }

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

border-color css

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

 span { border-color: rgb(194,56,10); }

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