Html Css Color HEX #C00353 Jazzberry Jam

📋 copy color: '#C00353'

red 192 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #C00353

Tints of Jazzberry Jam #C00353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 69.06%
G = 1.08%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C00353 (or 0xC00353) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 53. RGB value is (192,3,83). Sum of RGB (Red+Green+Blue) = 192+3+83=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00353 is #3FFCAC. Grayscale: #444444. Windows color (decimal): -4193453 or 5440448. OLE color: 5440448.

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

Color convert

RGB 192 3 83 -
CMYK 0 0.98 0.57 0.25
HSL 334.6º 0.97% 0.38% -
HSV(B) 334.6º 0.98% 0.75% -
XYZ 23.33 11.9 9.25 -
YUV 68.63 136.12 216 -
System Red Green Blue C M Y K H S L
Decimal 192 3 83 0 0.98 0.57 0.25 334.6 0.97 0.38
Hex C0 3 53 0 62 39 19 14F 61 26
Octal 300 3 123 0 142 71 31 517 141 46
Binary 11000000 11 1010011 0 1100010 111001 11001 101001111 1100001 100110

Color Harmonies of #C00353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00353

Black with #C00353

Text Example


Text Example

White with #C00353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00353; }

 p { color: rgb(192,3,83); }

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

background-color css

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

 a { background-color: rgb(192,3,83); }

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

border-color css

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

 span { border-color: rgb(192,3,83); }

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