Html Css Color HEX #CC250C Harley Davidson Orange

📋 copy color: '#CC250C'

red 204 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #CC250C

Tints of Harley Davidson Orange #CC250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 80.63%
G = 14.62%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC250C (or 0xCC250C) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 0C. RGB value is (204,37,12). Sum of RGB (Red+Green+Blue) = 204+37+12=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC250C is #33DAF3. Grayscale: #545454. Windows color (decimal): -3398388 or 796108. OLE color: 796108.

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

Color convert

RGB 204 37 12 -
CMYK 0 0.82 0.94 0.2
HSL 7.81º 0.89% 0.42% -
HSV(B) 7.81º 0.94% 0.8% -
XYZ 25.63 14.19 1.74 -
YUV 84.08 87.33 213.53 -
System Red Green Blue C M Y K H S L
Decimal 204 37 12 0 0.82 0.94 0.2 7.81 0.89 0.42
Hex CC 25 C 0 52 5E 14 8 59 2A
Octal 314 45 14 0 122 136 24 10 131 52
Binary 11001100 100101 1100 0 1010010 1011110 10100 1000 1011001 101010

Color Harmonies of #CC250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC250C

Black with #CC250C

Text Example


Text Example

White with #CC250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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