Html Css Color HEX #C13223 Harley Davidson Orange

📋 copy color: '#C13223'

red 193 ◦ green 50 ◦ blue 35

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

Shades of Harley Davidson Orange #C13223

Tints of Harley Davidson Orange #C13223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 35 (14.06% from 255) = 12.59%

R = 69.42%
G = 17.99%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C13223 (or 0xC13223) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 23. RGB value is (193,50,35). Sum of RGB (Red+Green+Blue) = 193+50+35=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C13223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13223 is #3ECDDC. Grayscale: #5B5B5B. Windows color (decimal): -4115933 or 2306753. OLE color: 2306753.

HSL color Cylindrical-coordinate representation of color #C13223: hue angle of 5.7º degrees, saturation: 0.69, 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 #C13223 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 35 -
CMYK 0 0.74 0.82 0.24
HSL 5.7º 0.69% 0.45% -
HSV(B) 5.7º 0.82% 0.76% -
XYZ 23.44 13.74 3.01 -
YUV 91.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 193 50 35 0 0.74 0.82 0.24 5.7 0.69 0.45
Hex C1 32 23 0 4A 52 18 6 45 2D
Octal 301 62 43 0 112 122 30 6 105 55
Binary 11000001 110010 100011 0 1001010 1010010 11000 110 1000101 101101

Color Harmonies of #C13223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13223

Black with #C13223

Text Example


Text Example

White with #C13223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13223; }

 p { color: rgb(193,50,35); }

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

background-color css

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

 a { background-color: rgb(193,50,35); }

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

border-color css

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

 span { border-color: rgb(193,50,35); }

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