Html Css Color HEX #CF073D Crimson

📋 copy color: '#CF073D'

red 207 ◦ green 7 ◦ blue 61

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

Shades of Crimson #CF073D

Tints of Crimson #CF073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 75.27%
G = 2.55%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF073D (or 0xCF073D) is known color: Crimson. HEX triplet: CF, 07 and 3D. RGB value is (207,7,61). Sum of RGB (Red+Green+Blue) = 207+7+61=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF073D is #30F8C2. Grayscale: #484848. Windows color (decimal): -3209411 or 3999695. OLE color: 3999695.

HSL color Cylindrical-coordinate representation of color #CF073D: hue angle of 343.8º 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 #CF073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 61 -
CMYK 0 0.97 0.71 0.19
HSL 343.8º 0.93% 0.42% -
HSV(B) 343.8º 0.97% 0.81% -
XYZ 26.65 13.75 5.67 -
YUV 72.96 121.26 223.61 -
System Red Green Blue C M Y K H S L
Decimal 207 7 61 0 0.97 0.71 0.19 343.8 0.93 0.42
Hex CF 7 3D 0 61 47 13 158 5D 2A
Octal 317 7 75 0 141 107 23 530 135 52
Binary 11001111 111 111101 0 1100001 1000111 10011 101011000 1011101 101010

Color Harmonies of #CF073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF073D

Black with #CF073D

Text Example


Text Example

White with #CF073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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