Html Css Color HEX #C33020 Harley Davidson Orange

📋 copy color: '#C33020'

red 195 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #C33020

Tints of Harley Davidson Orange #C33020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

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

R = 70.91%
G = 17.45%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33020 (or 0xC33020) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 20. RGB value is (195,48,32). Sum of RGB (Red+Green+Blue) = 195+48+32=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C33020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33020 is #3CCFDF. Grayscale: #5A5A5A. Windows color (decimal): -3985376 or 2109635. OLE color: 2109635.

HSL color Cylindrical-coordinate representation of color #C33020: hue angle of 5.89º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33020 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 32 -
CMYK 0 0.75 0.84 0.24
HSL 5.89º 0.72% 0.45% -
HSV(B) 5.89º 0.84% 0.76% -
XYZ 23.82 13.82 2.78 -
YUV 90.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 195 48 32 0 0.75 0.84 0.24 5.89 0.72 0.45
Hex C3 30 20 0 4B 54 18 6 48 2D
Octal 303 60 40 0 113 124 30 6 110 55
Binary 11000011 110000 100000 0 1001011 1010100 11000 110 1001000 101101

Color Harmonies of #C33020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33020

Black with #C33020

Text Example


Text Example

White with #C33020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33020; }

 p { color: rgb(195,48,32); }

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

background-color css

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

 a { background-color: rgb(195,48,32); }

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

border-color css

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

 span { border-color: rgb(195,48,32); }

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