Html Css Color HEX #C33314 Harley Davidson Orange

📋 copy color: '#C33314'

red 195 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #C33314

Tints of Harley Davidson Orange #C33314

RGB

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

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

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

R = 73.31%
G = 19.17%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C33314 (or 0xC33314) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 14. RGB value is (195,51,20). Sum of RGB (Red+Green+Blue) = 195+51+20=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33314 is #3CCCEB. Grayscale: #5A5A5A. Windows color (decimal): -3984620 or 1323971. OLE color: 1323971.

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

Color convert

RGB 195 51 20 -
CMYK 0 0.74 0.90 0.24
HSL 10.63º 0.81% 0.42% -
HSV(B) 10.63º 0.9% 0.76% -
XYZ 23.82 14.02 2.11 -
YUV 90.52 88.21 202.52 -
System Red Green Blue C M Y K H S L
Decimal 195 51 20 0 0.74 0.90 0.24 10.63 0.81 0.42
Hex C3 33 14 0 4A 5A 18 B 51 2A
Octal 303 63 24 0 112 132 30 13 121 52
Binary 11000011 110011 10100 0 1001010 1011010 11000 1011 1010001 101010

Color Harmonies of #C33314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33314

Black with #C33314

Text Example


Text Example

White with #C33314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33314; }

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

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

background-color css

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

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

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

border-color css

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

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

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