Html Css Color HEX #C7074B Crimson

📋 copy color: '#C7074B'

red 199 ◦ green 7 ◦ blue 75

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

Shades of Crimson #C7074B

Tints of Crimson #C7074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 75 (29.69% from 255) = 26.69%

R = 70.82%
G = 2.49%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7074B (or 0xC7074B) is known color: Crimson. HEX triplet: C7, 07 and 4B. RGB value is (199,7,75). Sum of RGB (Red+Green+Blue) = 199+7+75=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7074B is #38F8B4. Grayscale: #484848. Windows color (decimal): -3733685 or 4917191. OLE color: 4917191.

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

Color convert

RGB 199 7 75 -
CMYK 0 0.96 0.62 0.22
HSL 338.75º 0.93% 0.4% -
HSV(B) 338.75º 0.96% 0.78% -
XYZ 24.9 12.8 7.82 -
YUV 72.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 199 7 75 0 0.96 0.62 0.22 338.75 0.93 0.4
Hex C7 7 4B 0 60 3E 16 153 5D 28
Octal 307 7 113 0 140 76 26 523 135 50
Binary 11000111 111 1001011 0 1100000 111110 10110 101010011 1011101 101000

Color Harmonies of #C7074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7074B

Black with #C7074B

Text Example


Text Example

White with #C7074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7074B; }

 p { color: rgb(199,7,75); }

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

background-color css

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

 a { background-color: rgb(199,7,75); }

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

border-color css

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

 span { border-color: rgb(199,7,75); }

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