Html Css Color HEX #CC250F Harley Davidson Orange

📋 copy color: '#CC250F'

red 204 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #CC250F

Tints of Harley Davidson Orange #CC250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 79.69%
G = 14.45%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC250F (or 0xCC250F) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 0F. RGB value is (204,37,15). Sum of RGB (Red+Green+Blue) = 204+37+15=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC250F is #33DAF0. Grayscale: #545454. Windows color (decimal): -3398385 or 992716. OLE color: 992716.

HSL color Cylindrical-coordinate representation of color #CC250F: hue angle of 6.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC250F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 15 -
CMYK 0 0.82 0.93 0.2
HSL 6.98º 0.86% 0.43% -
HSV(B) 6.98º 0.93% 0.8% -
XYZ 25.65 14.19 1.84 -
YUV 84.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 204 37 15 0 0.82 0.93 0.2 6.98 0.86 0.43
Hex CC 25 F 0 52 5D 14 7 56 2B
Octal 314 45 17 0 122 135 24 7 126 53
Binary 11001100 100101 1111 0 1010010 1011101 10100 111 1010110 101011

Color Harmonies of #CC250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC250F

Black with #CC250F

Text Example


Text Example

White with #CC250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC250F; }

 p { color: rgb(204,37,15); }

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

background-color css

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

 a { background-color: rgb(204,37,15); }

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

border-color css

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

 span { border-color: rgb(204,37,15); }

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