Html Css Color HEX #C2370D Harley Davidson Orange

📋 copy color: '#C2370D'

red 194 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #C2370D

Tints of Harley Davidson Orange #C2370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 74.05%
G = 20.99%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2370D (or 0xC2370D) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 0D. RGB value is (194,55,13). Sum of RGB (Red+Green+Blue) = 194+55+13=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2370D is #3DC8F2. Grayscale: #5C5C5C. Windows color (decimal): -4049139 or 866242. OLE color: 866242.

HSL color Cylindrical-coordinate representation of color #C2370D: hue angle of 13.92º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2370D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 13 -
CMYK 0 0.72 0.93 0.24
HSL 13.92º 0.87% 0.41% -
HSV(B) 13.92º 0.93% 0.76% -
XYZ 23.69 14.23 1.88 -
YUV 91.77 83.55 200.92 -
System Red Green Blue C M Y K H S L
Decimal 194 55 13 0 0.72 0.93 0.24 13.92 0.87 0.41
Hex C2 37 D 0 48 5D 18 E 57 29
Octal 302 67 15 0 110 135 30 16 127 51
Binary 11000010 110111 1101 0 1001000 1011101 11000 1110 1010111 101001

Color Harmonies of #C2370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2370D

Black with #C2370D

Text Example


Text Example

White with #C2370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2370D; }

 p { color: rgb(194,55,13); }

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

background-color css

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

 a { background-color: rgb(194,55,13); }

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

border-color css

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

 span { border-color: rgb(194,55,13); }

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