Html Css Color HEX #CD0730 Crimson

📋 copy color: '#CD0730'

red 205 ◦ green 7 ◦ blue 48

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

Shades of Crimson #CD0730

Tints of Crimson #CD0730

RGB

 RED value IS 205 (80.47% from 255) = 78.85%

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

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

R = 78.85%
G = 2.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD0730 (or 0xCD0730) is known color: Crimson. HEX triplet: CD, 07 and 30. RGB value is (205,7,48). Sum of RGB (Red+Green+Blue) = 205+7+48=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0730 is #32F8CF. Grayscale: #464646. Windows color (decimal): -3340496 or 3147725. OLE color: 3147725.

HSL color Cylindrical-coordinate representation of color #CD0730: hue angle of 347.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0730 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 7 48 -
CMYK 0 0.97 0.77 0.20
HSL 347.58º 0.93% 0.42% -
HSV(B) 347.58º 0.97% 0.8% -
XYZ 25.79 13.34 4.01 -
YUV 70.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 205 7 48 0 0.97 0.77 0.20 347.58 0.93 0.42
Hex CD 7 30 0 61 4D 14 15C 5D 2A
Octal 315 7 60 0 141 115 24 534 135 52
Binary 11001101 111 110000 0 1100001 1001101 10100 101011100 1011101 101010

Color Harmonies of #CD0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0730

Black with #CD0730

Text Example


Text Example

White with #CD0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0730; }

 p { color: rgb(205,7,48); }

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

background-color css

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

 a { background-color: rgb(205,7,48); }

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

border-color css

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

 span { border-color: rgb(205,7,48); }

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