Html Css Color HEX #CC381F Harley Davidson Orange

📋 copy color: '#CC381F'

red 204 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #CC381F

Tints of Harley Davidson Orange #CC381F

RGB

 RED value IS 204 (80.08% from 255) = 70.1%

 GREEN value IS 56 (22.27% from 255) = 19.24%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 70.1%
G = 19.24%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC381F (or 0xCC381F) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 1F. RGB value is (204,56,31). Sum of RGB (Red+Green+Blue) = 204+56+31=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC381F is #33C7E0. Grayscale: #616161. Windows color (decimal): -3393505 or 2046156. OLE color: 2046156.

HSL color Cylindrical-coordinate representation of color #CC381F: hue angle of 8.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC381F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 31 -
CMYK 0 0.73 0.85 0.2
HSL 8.67º 0.74% 0.46% -
HSV(B) 8.67º 0.85% 0.8% -
XYZ 26.56 15.76 2.94 -
YUV 97.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 204 56 31 0 0.73 0.85 0.2 8.67 0.74 0.46
Hex CC 38 1F 0 49 55 14 9 4A 2E
Octal 314 70 37 0 111 125 24 11 112 56
Binary 11001100 111000 11111 0 1001001 1010101 10100 1001 1001010 101110

Color Harmonies of #CC381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC381F

Black with #CC381F

Text Example


Text Example

White with #CC381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC381F; }

 p { color: rgb(204,56,31); }

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

background-color css

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

 a { background-color: rgb(204,56,31); }

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

border-color css

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

 span { border-color: rgb(204,56,31); }

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