Html Css Color HEX #C9064B Crimson

📋 copy color: '#C9064B'

red 201 ◦ green 6 ◦ blue 75

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

Shades of Crimson #C9064B

Tints of Crimson #C9064B

RGB

 RED value IS 201 (78.91% from 255) = 71.28%

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 71.28%
G = 2.13%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9064B (or 0xC9064B) is known color: Crimson. HEX triplet: C9, 06 and 4B. RGB value is (201,6,75). Sum of RGB (Red+Green+Blue) = 201+6+75=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9064B is #36F9B4. Grayscale: #484848. Windows color (decimal): -3602869 or 4916937. OLE color: 4916937.

HSL color Cylindrical-coordinate representation of color #C9064B: hue angle of 338.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9064B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 75 -
CMYK 0 0.97 0.63 0.21
HSL 338.77º 0.94% 0.41% -
HSV(B) 338.77º 0.97% 0.79% -
XYZ 25.42 13.06 7.84 -
YUV 72.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 201 6 75 0 0.97 0.63 0.21 338.77 0.94 0.41
Hex C9 6 4B 0 61 3F 15 153 5E 29
Octal 311 6 113 0 141 77 25 523 136 51
Binary 11001001 110 1001011 0 1100001 111111 10101 101010011 1011110 101001

Color Harmonies of #C9064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9064B

Black with #C9064B

Text Example


Text Example

White with #C9064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9064B; }

 p { color: rgb(201,6,75); }

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

background-color css

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

 a { background-color: rgb(201,6,75); }

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

border-color css

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

 span { border-color: rgb(201,6,75); }

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