Html Css Color HEX #CA250F Harley Davidson Orange

📋 copy color: '#CA250F'

red 202 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #CA250F

Tints of Harley Davidson Orange #CA250F

RGB

 RED value IS 202 (79.3% from 255) = 79.53%

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

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

R = 79.53%
G = 14.57%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA250F (or 0xCA250F) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 0F. RGB value is (202,37,15). Sum of RGB (Red+Green+Blue) = 202+37+15=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA250F is #35DAF0. Grayscale: #545454. Windows color (decimal): -3529457 or 992714. OLE color: 992714.

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

Color convert

RGB 202 37 15 -
CMYK 0 0.82 0.93 0.21
HSL 7.06º 0.86% 0.43% -
HSV(B) 7.06º 0.93% 0.79% -
XYZ 25.1 13.91 1.81 -
YUV 83.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 202 37 15 0 0.82 0.93 0.21 7.06 0.86 0.43
Hex CA 25 F 0 52 5D 15 7 56 2B
Octal 312 45 17 0 122 135 25 7 126 53
Binary 11001010 100101 1111 0 1010010 1011101 10101 111 1010110 101011

Color Harmonies of #CA250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA250F

Black with #CA250F

Text Example


Text Example

White with #CA250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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