Html Css Color HEX #C33E22 Harley Davidson Orange

📋 copy color: '#C33E22'

red 195 ◦ green 62 ◦ blue 34

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

Shades of Harley Davidson Orange #C33E22

Tints of Harley Davidson Orange #C33E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 67.01%
G = 21.31%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33E22 (or 0xC33E22) is known color: Harley Davidson Orange. HEX triplet: C3, 3E and 22. RGB value is (195,62,34). Sum of RGB (Red+Green+Blue) = 195+62+34=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E22 is #3CC1DD. Grayscale: #626262. Windows color (decimal): -3981790 or 2244291. OLE color: 2244291.

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

Color convert

RGB 195 62 34 -
CMYK 0 0.68 0.83 0.24
HSL 10.43º 0.7% 0.45% -
HSV(B) 10.43º 0.83% 0.76% -
XYZ 24.52 15.16 3.15 -
YUV 98.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 195 62 34 0 0.68 0.83 0.24 10.43 0.7 0.45
Hex C3 3E 22 0 44 53 18 A 46 2D
Octal 303 76 42 0 104 123 30 12 106 55
Binary 11000011 111110 100010 0 1000100 1010011 11000 1010 1000110 101101

Color Harmonies of #C33E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E22

Black with #C33E22

Text Example


Text Example

White with #C33E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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