Html Css Color HEX #CF2213 Harley Davidson Orange

📋 copy color: '#CF2213'

red 207 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #CF2213

Tints of Harley Davidson Orange #CF2213

RGB

 RED value IS 207 (81.25% from 255) = 79.62%

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 79.62%
G = 13.08%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF2213 (or 0xCF2213) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 13. RGB value is (207,34,19). Sum of RGB (Red+Green+Blue) = 207+34+19=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2213 is #30DDEC. Grayscale: #545454. Windows color (decimal): -3202541 or 1254095. OLE color: 1254095.

HSL color Cylindrical-coordinate representation of color #CF2213: hue angle of 4.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF2213 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 19 -
CMYK 0 0.84 0.91 0.19
HSL 4.79º 0.83% 0.44% -
HSV(B) 4.79º 0.91% 0.81% -
XYZ 26.42 14.46 2.01 -
YUV 84.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 207 34 19 0 0.84 0.91 0.19 4.79 0.83 0.44
Hex CF 22 13 0 54 5B 13 5 53 2C
Octal 317 42 23 0 124 133 23 5 123 54
Binary 11001111 100010 10011 0 1010100 1011011 10011 101 1010011 101100

Color Harmonies of #CF2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2213

Black with #CF2213

Text Example


Text Example

White with #CF2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2213; }

 p { color: rgb(207,34,19); }

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

background-color css

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

 a { background-color: rgb(207,34,19); }

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

border-color css

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

 span { border-color: rgb(207,34,19); }

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