Html Css Color HEX #CC250D Harley Davidson Orange

📋 copy color: '#CC250D'

red 204 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #CC250D

Tints of Harley Davidson Orange #CC250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 80.31%
G = 14.57%
B = 5.12%

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

#CC250D (or 0xCC250D) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 0D. RGB value is (204,37,13). Sum of RGB (Red+Green+Blue) = 204+37+13=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC250D is #33DAF2. Grayscale: #545454. Windows color (decimal): -3398387 or 861644. OLE color: 861644.

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

Color convert

RGB 204 37 13 -
CMYK 0 0.82 0.94 0.2
HSL 7.54º 0.88% 0.43% -
HSV(B) 7.54º 0.94% 0.8% -
XYZ 25.64 14.19 1.77 -
YUV 84.2 87.83 213.45 -
System Red Green Blue C M Y K H S L
Decimal 204 37 13 0 0.82 0.94 0.2 7.54 0.88 0.43
Hex CC 25 D 0 52 5E 14 8 58 2B
Octal 314 45 15 0 122 136 24 10 130 53
Binary 11001100 100101 1101 0 1010010 1011110 10100 1000 1011000 101011

Color Harmonies of #CC250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC250D

Black with #CC250D

Text Example


Text Example

White with #CC250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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