Html Css Color HEX #C90430 Crimson

📋 copy color: '#C90430'

red 201 ◦ green 4 ◦ blue 48

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

Shades of Crimson #C90430

Tints of Crimson #C90430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 79.45%
G = 1.58%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90430 (or 0xC90430) is known color: Crimson. HEX triplet: C9, 04 and 30. RGB value is (201,4,48). Sum of RGB (Red+Green+Blue) = 201+4+48=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C90430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90430 is #36FBCF. Grayscale: #434343. Windows color (decimal): -3603408 or 3146953. OLE color: 3146953.

HSL color Cylindrical-coordinate representation of color #C90430: hue angle of 346.6º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90430 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 48 -
CMYK 0 0.98 0.76 0.21
HSL 346.6º 0.96% 0.4% -
HSV(B) 346.6º 0.98% 0.79% -
XYZ 24.66 12.72 3.95 -
YUV 67.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 201 4 48 0 0.98 0.76 0.21 346.6 0.96 0.4
Hex C9 4 30 0 62 4C 15 15B 60 28
Octal 311 4 60 0 142 114 25 533 140 50
Binary 11001001 100 110000 0 1100010 1001100 10101 101011011 1100000 101000

Color Harmonies of #C90430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90430

Black with #C90430

Text Example


Text Example

White with #C90430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90430; }

 p { color: rgb(201,4,48); }

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

background-color css

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

 a { background-color: rgb(201,4,48); }

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

border-color css

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

 span { border-color: rgb(201,4,48); }

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