Html Css Color HEX #C4250C Harley Davidson Orange

📋 copy color: '#C4250C'

red 196 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #C4250C

Tints of Harley Davidson Orange #C4250C

RGB

 RED value IS 196 (76.95% from 255) = 80%

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 80%
G = 15.1%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4250C (or 0xC4250C) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 0C. RGB value is (196,37,12). Sum of RGB (Red+Green+Blue) = 196+37+12=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4250C is #3BDAF3. Grayscale: #515151. Windows color (decimal): -3922676 or 796100. OLE color: 796100.

HSL color Cylindrical-coordinate representation of color #C4250C: hue angle of 8.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4250C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 12 -
CMYK 0 0.81 0.94 0.23
HSL 8.15º 0.88% 0.41% -
HSV(B) 8.15º 0.94% 0.77% -
XYZ 23.49 13.09 1.64 -
YUV 81.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 196 37 12 0 0.81 0.94 0.23 8.15 0.88 0.41
Hex C4 25 C 0 51 5E 17 8 58 29
Octal 304 45 14 0 121 136 27 10 130 51
Binary 11000100 100101 1100 0 1010001 1011110 10111 1000 1011000 101001

Color Harmonies of #C4250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4250C

Black with #C4250C

Text Example


Text Example

White with #C4250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4250C; }

 p { color: rgb(196,37,12); }

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

background-color css

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

 a { background-color: rgb(196,37,12); }

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

border-color css

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

 span { border-color: rgb(196,37,12); }

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