Html Css Color HEX #C70334 Crimson

📋 copy color: '#C70334'

red 199 ◦ green 3 ◦ blue 52

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

Shades of Crimson #C70334

Tints of Crimson #C70334

RGB

 RED value IS 199 (78.13% from 255) = 78.35%

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 78.35%
G = 1.18%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70334 (or 0xC70334) is known color: Crimson. HEX triplet: C7, 03 and 34. RGB value is (199,3,52). Sum of RGB (Red+Green+Blue) = 199+3+52=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70334 is #38FCCB. Grayscale: #434343. Windows color (decimal): -3734732 or 3408839. OLE color: 3408839.

HSL color Cylindrical-coordinate representation of color #C70334: hue angle of 345º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70334 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 52 -
CMYK 0 0.98 0.74 0.22
HSL 345º 0.97% 0.4% -
HSV(B) 345º 0.98% 0.78% -
XYZ 24.21 12.46 4.38 -
YUV 67.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 199 3 52 0 0.98 0.74 0.22 345 0.97 0.4
Hex C7 3 34 0 62 4A 16 159 61 28
Octal 307 3 64 0 142 112 26 531 141 50
Binary 11000111 11 110100 0 1100010 1001010 10110 101011001 1100001 101000

Color Harmonies of #C70334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70334

Black with #C70334

Text Example


Text Example

White with #C70334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70334; }

 p { color: rgb(199,3,52); }

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

background-color css

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

 a { background-color: rgb(199,3,52); }

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

border-color css

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

 span { border-color: rgb(199,3,52); }

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