Html Css Color HEX #C3250D Harley Davidson Orange

📋 copy color: '#C3250D'

red 195 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #C3250D

Tints of Harley Davidson Orange #C3250D

RGB

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

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

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

R = 79.59%
G = 15.1%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3250D (or 0xC3250D) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 0D. RGB value is (195,37,13). Sum of RGB (Red+Green+Blue) = 195+37+13=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3250D is #3CDAF2. Grayscale: #515151. Windows color (decimal): -3988211 or 861635. OLE color: 861635.

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

Color convert

RGB 195 37 13 -
CMYK 0 0.81 0.93 0.24
HSL 7.91º 0.88% 0.41% -
HSV(B) 7.91º 0.93% 0.76% -
XYZ 23.24 12.95 1.66 -
YUV 81.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 195 37 13 0 0.81 0.93 0.24 7.91 0.88 0.41
Hex C3 25 D 0 51 5D 18 8 58 29
Octal 303 45 15 0 121 135 30 10 130 51
Binary 11000011 100101 1101 0 1010001 1011101 11000 1000 1011000 101001

Color Harmonies of #C3250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3250D

Black with #C3250D

Text Example


Text Example

White with #C3250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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