Html Css Color HEX #C13D1F Harley Davidson Orange

📋 copy color: '#C13D1F'

red 193 ◦ green 61 ◦ blue 31

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

Shades of Harley Davidson Orange #C13D1F

Tints of Harley Davidson Orange #C13D1F

RGB

 RED value IS 193 (75.78% from 255) = 67.72%

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 67.72%
G = 21.4%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C13D1F (or 0xC13D1F) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 1F. RGB value is (193,61,31). Sum of RGB (Red+Green+Blue) = 193+61+31=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D1F is #3EC2E0. Grayscale: #616161. Windows color (decimal): -4113121 or 2047425. OLE color: 2047425.

HSL color Cylindrical-coordinate representation of color #C13D1F: hue angle of 11.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C13D1F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 31 -
CMYK 0 0.68 0.84 0.24
HSL 11.11º 0.72% 0.44% -
HSV(B) 11.11º 0.84% 0.76% -
XYZ 23.91 14.77 2.89 -
YUV 97.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 193 61 31 0 0.68 0.84 0.24 11.11 0.72 0.44
Hex C1 3D 1F 0 44 54 18 B 48 2C
Octal 301 75 37 0 104 124 30 13 110 54
Binary 11000001 111101 11111 0 1000100 1010100 11000 1011 1001000 101100

Color Harmonies of #C13D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D1F

Black with #C13D1F

Text Example


Text Example

White with #C13D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D1F; }

 p { color: rgb(193,61,31); }

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

background-color css

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

 a { background-color: rgb(193,61,31); }

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

border-color css

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

 span { border-color: rgb(193,61,31); }

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