Html Css Color HEX #C23514 Harley Davidson Orange

📋 copy color: '#C23514'

red 194 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #C23514

Tints of Harley Davidson Orange #C23514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.85%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 72.66%
G = 19.85%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C23514 (or 0xC23514) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 14. RGB value is (194,53,20). Sum of RGB (Red+Green+Blue) = 194+53+20=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23514 is #3DCAEB. Grayscale: #5B5B5B. Windows color (decimal): -4049644 or 1324482. OLE color: 1324482.

HSL color Cylindrical-coordinate representation of color #C23514: hue angle of 11.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C23514 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 20 -
CMYK 0 0.73 0.90 0.24
HSL 11.38º 0.81% 0.42% -
HSV(B) 11.38º 0.9% 0.76% -
XYZ 23.65 14.07 2.13 -
YUV 91.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 194 53 20 0 0.73 0.90 0.24 11.38 0.81 0.42
Hex C2 35 14 0 49 5A 18 B 51 2A
Octal 302 65 24 0 111 132 30 13 121 52
Binary 11000010 110101 10100 0 1001001 1011010 11000 1011 1010001 101010

Color Harmonies of #C23514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23514

Black with #C23514

Text Example


Text Example

White with #C23514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23514; }

 p { color: rgb(194,53,20); }

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

background-color css

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

 a { background-color: rgb(194,53,20); }

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

border-color css

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

 span { border-color: rgb(194,53,20); }

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