Html Css Color HEX #C2290F Harley Davidson Orange

📋 copy color: '#C2290F'

red 194 ◦ green 41 ◦ blue 15

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

Shades of Harley Davidson Orange #C2290F

Tints of Harley Davidson Orange #C2290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 77.6%
G = 16.4%
B = 6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2290F (or 0xC2290F) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 0F. RGB value is (194,41,15). Sum of RGB (Red+Green+Blue) = 194+41+15=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C2290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2290F is #3DD6F0. Grayscale: #545454. Windows color (decimal): -4052721 or 993730. OLE color: 993730.

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

Color convert

RGB 194 41 15 -
CMYK 0 0.79 0.92 0.24
HSL 8.72º 0.86% 0.41% -
HSV(B) 8.72º 0.92% 0.76% -
XYZ 23.13 13.09 1.76 -
YUV 83.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 194 41 15 0 0.79 0.92 0.24 8.72 0.86 0.41
Hex C2 29 F 0 4F 5C 18 9 56 29
Octal 302 51 17 0 117 134 30 11 126 51
Binary 11000010 101001 1111 0 1001111 1011100 11000 1001 1010110 101001

Color Harmonies of #C2290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2290F

Black with #C2290F

Text Example


Text Example

White with #C2290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2290F; }

 p { color: rgb(194,41,15); }

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

background-color css

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

 a { background-color: rgb(194,41,15); }

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

border-color css

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

 span { border-color: rgb(194,41,15); }

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