Html Css Color HEX #C2390A Harley Davidson Orange

📋 copy color: '#C2390A'

red 194 ◦ green 57 ◦ blue 10

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

Shades of Harley Davidson Orange #C2390A

Tints of Harley Davidson Orange #C2390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 74.33%
G = 21.84%
B = 3.83%

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

#C2390A (or 0xC2390A) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 0A. RGB value is (194,57,10). Sum of RGB (Red+Green+Blue) = 194+57+10=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2390A is #3DC6F5. Grayscale: #5C5C5C. Windows color (decimal): -4048630 or 670146. OLE color: 670146.

HSL color Cylindrical-coordinate representation of color #C2390A: hue angle of 15.33º 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 #C2390A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 10 -
CMYK 0 0.71 0.95 0.24
HSL 15.33º 0.9% 0.4% -
HSV(B) 15.33º 0.95% 0.76% -
XYZ 23.77 14.42 1.82 -
YUV 92.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 194 57 10 0 0.71 0.95 0.24 15.33 0.9 0.4
Hex C2 39 A 0 47 5F 18 F 5A 28
Octal 302 71 12 0 107 137 30 17 132 50
Binary 11000010 111001 1010 0 1000111 1011111 11000 1111 1011010 101000

Color Harmonies of #C2390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2390A

Black with #C2390A

Text Example


Text Example

White with #C2390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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