Html Css Color HEX #C33E21 Harley Davidson Orange

📋 copy color: '#C33E21'

red 195 ◦ green 62 ◦ blue 33

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

Shades of Harley Davidson Orange #C33E21

Tints of Harley Davidson Orange #C33E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 67.24%
G = 21.38%
B = 11.38%

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

#C33E21 (or 0xC33E21) is known color: Harley Davidson Orange. HEX triplet: C3, 3E and 21. RGB value is (195,62,33). Sum of RGB (Red+Green+Blue) = 195+62+33=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E21 is #3CC1DE. Grayscale: #626262. Windows color (decimal): -3981791 or 2178755. OLE color: 2178755.

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

Color convert

RGB 195 62 33 -
CMYK 0 0.68 0.83 0.24
HSL 10.74º 0.71% 0.45% -
HSV(B) 10.74º 0.83% 0.76% -
XYZ 24.5 15.16 3.07 -
YUV 98.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 195 62 33 0 0.68 0.83 0.24 10.74 0.71 0.45
Hex C3 3E 21 0 44 53 18 B 47 2D
Octal 303 76 41 0 104 123 30 13 107 55
Binary 11000011 111110 100001 0 1000100 1010011 11000 1011 1000111 101101

Color Harmonies of #C33E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E21

Black with #C33E21

Text Example


Text Example

White with #C33E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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