Html Css Color HEX #CF0730 Crimson

📋 copy color: '#CF0730'

red 207 ◦ green 7 ◦ blue 48

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

Shades of Crimson #CF0730

Tints of Crimson #CF0730

RGB

 RED value IS 207 (81.25% from 255) = 79.01%

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

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

R = 79.01%
G = 2.67%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF0730 (or 0xCF0730) is known color: Crimson. HEX triplet: CF, 07 and 30. RGB value is (207,7,48). Sum of RGB (Red+Green+Blue) = 207+7+48=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0730 is #30F8CF. Grayscale: #474747. Windows color (decimal): -3209424 or 3147727. OLE color: 3147727.

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

Color convert

RGB 207 7 48 -
CMYK 0 0.97 0.77 0.19
HSL 347.7º 0.93% 0.42% -
HSV(B) 347.7º 0.97% 0.81% -
XYZ 26.34 13.63 4.04 -
YUV 71.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 207 7 48 0 0.97 0.77 0.19 347.7 0.93 0.42
Hex CF 7 30 0 61 4D 13 15C 5D 2A
Octal 317 7 60 0 141 115 23 534 135 52
Binary 11001111 111 110000 0 1100001 1001101 10011 101011100 1011101 101010

Color Harmonies of #CF0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0730

Black with #CF0730

Text Example


Text Example

White with #CF0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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