Html Css Color HEX #C4250D Harley Davidson Orange

📋 copy color: '#C4250D'

red 196 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #C4250D

Tints of Harley Davidson Orange #C4250D

RGB

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

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

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

R = 79.67%
G = 15.04%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4250D (or 0xC4250D) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 0D. RGB value is (196,37,13). Sum of RGB (Red+Green+Blue) = 196+37+13=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4250D is #3BDAF2. Grayscale: #525252. Windows color (decimal): -3922675 or 861636. OLE color: 861636.

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

Color convert

RGB 196 37 13 -
CMYK 0 0.81 0.93 0.23
HSL 7.87º 0.88% 0.41% -
HSV(B) 7.87º 0.93% 0.77% -
XYZ 23.5 13.09 1.67 -
YUV 81.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 196 37 13 0 0.81 0.93 0.23 7.87 0.88 0.41
Hex C4 25 D 0 51 5D 17 8 58 29
Octal 304 45 15 0 121 135 27 10 130 51
Binary 11000100 100101 1101 0 1010001 1011101 10111 1000 1011000 101001

Color Harmonies of #C4250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4250D

Black with #C4250D

Text Example


Text Example

White with #C4250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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