Html Css Color HEX #C23320 Harley Davidson Orange

📋 copy color: '#C23320'

red 194 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #C23320

Tints of Harley Davidson Orange #C23320

RGB

 RED value IS 194 (76.17% from 255) = 70.04%

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

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 70.04%
G = 18.41%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C23320 (or 0xC23320) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 20. RGB value is (194,51,32). Sum of RGB (Red+Green+Blue) = 194+51+32=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C23320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23320 is #3DCCDF. Grayscale: #5B5B5B. Windows color (decimal): -4050144 or 2110402. OLE color: 2110402.

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

Color convert

RGB 194 51 32 -
CMYK 0 0.74 0.84 0.24
HSL 7.04º 0.72% 0.44% -
HSV(B) 7.04º 0.84% 0.76% -
XYZ 23.69 13.94 2.81 -
YUV 91.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 194 51 32 0 0.74 0.84 0.24 7.04 0.72 0.44
Hex C2 33 20 0 4A 54 18 7 48 2C
Octal 302 63 40 0 112 124 30 7 110 54
Binary 11000010 110011 100000 0 1001010 1010100 11000 111 1001000 101100

Color Harmonies of #C23320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23320

Black with #C23320

Text Example


Text Example

White with #C23320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23320; }

 p { color: rgb(194,51,32); }

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

background-color css

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

 a { background-color: rgb(194,51,32); }

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

border-color css

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

 span { border-color: rgb(194,51,32); }

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