Html Css Color HEX #C33D0F Harley Davidson Orange

📋 copy color: '#C33D0F'

red 195 ◦ green 61 ◦ blue 15

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

Shades of Harley Davidson Orange #C33D0F

Tints of Harley Davidson Orange #C33D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 71.96%
G = 22.51%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C33D0F (or 0xC33D0F) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 0F. RGB value is (195,61,15). Sum of RGB (Red+Green+Blue) = 195+61+15=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D0F is #3CC2F0. Grayscale: #606060. Windows color (decimal): -3982065 or 998851. OLE color: 998851.

HSL color Cylindrical-coordinate representation of color #C33D0F: hue angle of 15.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C33D0F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 15 -
CMYK 0 0.69 0.92 0.24
HSL 15.33º 0.86% 0.41% -
HSV(B) 15.33º 0.92% 0.76% -
XYZ 24.26 14.97 2.06 -
YUV 95.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 195 61 15 0 0.69 0.92 0.24 15.33 0.86 0.41
Hex C3 3D F 0 45 5C 18 F 56 29
Octal 303 75 17 0 105 134 30 17 126 51
Binary 11000011 111101 1111 0 1000101 1011100 11000 1111 1010110 101001

Color Harmonies of #C33D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D0F

Black with #C33D0F

Text Example


Text Example

White with #C33D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D0F; }

 p { color: rgb(195,61,15); }

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

background-color css

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

 a { background-color: rgb(195,61,15); }

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

border-color css

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

 span { border-color: rgb(195,61,15); }

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