Html Css Color HEX #C3290A Harley Davidson Orange

📋 copy color: '#C3290A'

red 195 ◦ green 41 ◦ blue 10

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

Shades of Harley Davidson Orange #C3290A

Tints of Harley Davidson Orange #C3290A

RGB

 RED value IS 195 (76.56% from 255) = 79.27%

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

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

R = 79.27%
G = 16.67%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3290A (or 0xC3290A) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 0A. RGB value is (195,41,10). Sum of RGB (Red+Green+Blue) = 195+41+10=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C3290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3290A is #3CD6F5. Grayscale: #535353. Windows color (decimal): -3987190 or 666051. OLE color: 666051.

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

Color convert

RGB 195 41 10 -
CMYK 0 0.79 0.95 0.24
HSL 10.05º 0.9% 0.4% -
HSV(B) 10.05º 0.95% 0.76% -
XYZ 23.35 13.21 1.61 -
YUV 83.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 195 41 10 0 0.79 0.95 0.24 10.05 0.9 0.4
Hex C3 29 A 0 4F 5F 18 A 5A 28
Octal 303 51 12 0 117 137 30 12 132 50
Binary 11000011 101001 1010 0 1001111 1011111 11000 1010 1011010 101000

Color Harmonies of #C3290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3290A

Black with #C3290A

Text Example


Text Example

White with #C3290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3290A; }

 p { color: rgb(195,41,10); }

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

background-color css

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

 a { background-color: rgb(195,41,10); }

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

border-color css

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

 span { border-color: rgb(195,41,10); }

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