Html Css Color HEX #C33022 Harley Davidson Orange

📋 copy color: '#C33022'

red 195 ◦ green 48 ◦ blue 34

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

Shades of Harley Davidson Orange #C33022

Tints of Harley Davidson Orange #C33022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 70.4%
G = 17.33%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33022 (or 0xC33022) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 22. RGB value is (195,48,34). Sum of RGB (Red+Green+Blue) = 195+48+34=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C33022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33022 is #3CCFDD. Grayscale: #5A5A5A. Windows color (decimal): -3985374 or 2240707. OLE color: 2240707.

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

Color convert

RGB 195 48 34 -
CMYK 0 0.75 0.83 0.24
HSL 5.22º 0.7% 0.45% -
HSV(B) 5.22º 0.83% 0.76% -
XYZ 23.85 13.83 2.93 -
YUV 90.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 195 48 34 0 0.75 0.83 0.24 5.22 0.7 0.45
Hex C3 30 22 0 4B 53 18 5 46 2D
Octal 303 60 42 0 113 123 30 5 106 55
Binary 11000011 110000 100010 0 1001011 1010011 11000 101 1000110 101101

Color Harmonies of #C33022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33022

Black with #C33022

Text Example


Text Example

White with #C33022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33022; }

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

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

background-color css

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

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

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

border-color css

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

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

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