Html Css Color HEX #C2380C Harley Davidson Orange

📋 copy color: '#C2380C'

red 194 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #C2380C

Tints of Harley Davidson Orange #C2380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 74.05%
G = 21.37%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2380C (or 0xC2380C) is known color: Harley Davidson Orange. HEX triplet: C2, 38 and 0C. RGB value is (194,56,12). Sum of RGB (Red+Green+Blue) = 194+56+12=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2380C is #3DC7F3. Grayscale: #5C5C5C. Windows color (decimal): -4048884 or 800962. OLE color: 800962.

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

Color convert

RGB 194 56 12 -
CMYK 0 0.71 0.94 0.24
HSL 14.51º 0.88% 0.4% -
HSV(B) 14.51º 0.94% 0.76% -
XYZ 23.73 14.32 1.86 -
YUV 92.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 194 56 12 0 0.71 0.94 0.24 14.51 0.88 0.4
Hex C2 38 C 0 47 5E 18 F 58 28
Octal 302 70 14 0 107 136 30 17 130 50
Binary 11000010 111000 1100 0 1000111 1011110 11000 1111 1011000 101000

Color Harmonies of #C2380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2380C

Black with #C2380C

Text Example


Text Example

White with #C2380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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