Html Css Color HEX #C13422 Harley Davidson Orange

📋 copy color: '#C13422'

red 193 ◦ green 52 ◦ blue 34

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

Shades of Harley Davidson Orange #C13422

Tints of Harley Davidson Orange #C13422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 69.18%
G = 18.64%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C13422 (or 0xC13422) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 22. RGB value is (193,52,34). Sum of RGB (Red+Green+Blue) = 193+52+34=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C13422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13422 is #3ECBDD. Grayscale: #5C5C5C. Windows color (decimal): -4115422 or 2241729. OLE color: 2241729.

HSL color Cylindrical-coordinate representation of color #C13422: hue angle of 6.79º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13422 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 34 -
CMYK 0 0.73 0.82 0.24
HSL 6.79º 0.7% 0.45% -
HSV(B) 6.79º 0.82% 0.76% -
XYZ 23.51 13.91 2.96 -
YUV 92.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 193 52 34 0 0.73 0.82 0.24 6.79 0.7 0.45
Hex C1 34 22 0 49 52 18 7 46 2D
Octal 301 64 42 0 111 122 30 7 106 55
Binary 11000001 110100 100010 0 1001001 1010010 11000 111 1000110 101101

Color Harmonies of #C13422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13422

Black with #C13422

Text Example


Text Example

White with #C13422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13422; }

 p { color: rgb(193,52,34); }

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

background-color css

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

 a { background-color: rgb(193,52,34); }

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

border-color css

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

 span { border-color: rgb(193,52,34); }

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