Html Css Color HEX #C13321 Harley Davidson Orange

📋 copy color: '#C13321'

red 193 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #C13321

Tints of Harley Davidson Orange #C13321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 69.68%
G = 18.41%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13321 (or 0xC13321) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 21. RGB value is (193,51,33). Sum of RGB (Red+Green+Blue) = 193+51+33=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C13321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13321 is #3ECCDE. Grayscale: #5B5B5B. Windows color (decimal): -4115679 or 2175937. OLE color: 2175937.

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

Color convert

RGB 193 51 33 -
CMYK 0 0.74 0.83 0.24
HSL 6.75º 0.71% 0.44% -
HSV(B) 6.75º 0.83% 0.76% -
XYZ 23.45 13.81 2.87 -
YUV 91.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 193 51 33 0 0.74 0.83 0.24 6.75 0.71 0.44
Hex C1 33 21 0 4A 53 18 7 47 2C
Octal 301 63 41 0 112 123 30 7 107 54
Binary 11000001 110011 100001 0 1001010 1010011 11000 111 1000111 101100

Color Harmonies of #C13321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13321

Black with #C13321

Text Example


Text Example

White with #C13321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13321; }

 p { color: rgb(193,51,33); }

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

background-color css

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

 a { background-color: rgb(193,51,33); }

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

border-color css

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

 span { border-color: rgb(193,51,33); }

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