Html Css Color HEX #C13F21 Harley Davidson Orange

📋 copy color: '#C13F21'

red 193 ◦ green 63 ◦ blue 33

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

Shades of Harley Davidson Orange #C13F21

Tints of Harley Davidson Orange #C13F21

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 66.78%
G = 21.8%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13F21 (or 0xC13F21) is known color: Harley Davidson Orange. HEX triplet: C1, 3F and 21. RGB value is (193,63,33). Sum of RGB (Red+Green+Blue) = 193+63+33=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F21 is #3EC0DE. Grayscale: #626262. Windows color (decimal): -4112607 or 2179009. OLE color: 2179009.

HSL color Cylindrical-coordinate representation of color #C13F21: hue angle of 11.25º 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 #C13F21 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 33 -
CMYK 0 0.67 0.83 0.24
HSL 11.25º 0.71% 0.44% -
HSV(B) 11.25º 0.83% 0.76% -
XYZ 24.04 15 3.07 -
YUV 98.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 193 63 33 0 0.67 0.83 0.24 11.25 0.71 0.44
Hex C1 3F 21 0 43 53 18 B 47 2C
Octal 301 77 41 0 103 123 30 13 107 54
Binary 11000001 111111 100001 0 1000011 1010011 11000 1011 1000111 101100

Color Harmonies of #C13F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F21

Black with #C13F21

Text Example


Text Example

White with #C13F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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