Html Css Color HEX #C33514 Harley Davidson Orange

📋 copy color: '#C33514'

red 195 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #C33514

Tints of Harley Davidson Orange #C33514

RGB

 RED value IS 195 (76.56% from 255) = 72.76%

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

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

R = 72.76%
G = 19.78%
B = 7.46%

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

#C33514 (or 0xC33514) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 14. RGB value is (195,53,20). Sum of RGB (Red+Green+Blue) = 195+53+20=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33514 is #3CCAEB. Grayscale: #5B5B5B. Windows color (decimal): -3984108 or 1324483. OLE color: 1324483.

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

Color convert

RGB 195 53 20 -
CMYK 0 0.73 0.90 0.24
HSL 11.31º 0.81% 0.42% -
HSV(B) 11.31º 0.9% 0.76% -
XYZ 23.91 14.2 2.14 -
YUV 91.7 87.54 201.68 -
System Red Green Blue C M Y K H S L
Decimal 195 53 20 0 0.73 0.90 0.24 11.31 0.81 0.42
Hex C3 35 14 0 49 5A 18 B 51 2A
Octal 303 65 24 0 111 132 30 13 121 52
Binary 11000011 110101 10100 0 1001001 1011010 11000 1011 1010001 101010

Color Harmonies of #C33514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33514

Black with #C33514

Text Example


Text Example

White with #C33514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33514; }

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

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

background-color css

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

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

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

border-color css

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

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

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