Html Css Color HEX #C00250 Jazzberry Jam

📋 copy color: '#C00250'

red 192 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #C00250

Tints of Jazzberry Jam #C00250

RGB

 RED value IS 192 (75.39% from 255) = 70.07%

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 70.07%
G = 0.73%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00250 (or 0xC00250) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 50. RGB value is (192,2,80). Sum of RGB (Red+Green+Blue) = 192+2+80=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00250 is #3FFDAF. Grayscale: #434343. Windows color (decimal): -4193712 or 5243584. OLE color: 5243584.

HSL color Cylindrical-coordinate representation of color #C00250: hue angle of 335.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00250 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 80 -
CMYK 0 0.99 0.58 0.25
HSL 335.37º 0.98% 0.38% -
HSV(B) 335.37º 0.99% 0.75% -
XYZ 23.21 11.83 8.65 -
YUV 67.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 192 2 80 0 0.99 0.58 0.25 335.37 0.98 0.38
Hex C0 2 50 0 63 3A 19 14F 62 26
Octal 300 2 120 0 143 72 31 517 142 46
Binary 11000000 10 1010000 0 1100011 111010 11001 101001111 1100010 100110

Color Harmonies of #C00250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00250

Black with #C00250

Text Example


Text Example

White with #C00250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00250; }

 p { color: rgb(192,2,80); }

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

background-color css

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

 a { background-color: rgb(192,2,80); }

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

border-color css

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

 span { border-color: rgb(192,2,80); }

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