Html Css Color HEX #CF073A Crimson

📋 copy color: '#CF073A'

red 207 ◦ green 7 ◦ blue 58

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

Shades of Crimson #CF073A

Tints of Crimson #CF073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 76.1%
G = 2.57%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF073A (or 0xCF073A) is known color: Crimson. HEX triplet: CF, 07 and 3A. RGB value is (207,7,58). Sum of RGB (Red+Green+Blue) = 207+7+58=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF073A is #30F8C5. Grayscale: #484848. Windows color (decimal): -3209414 or 3803087. OLE color: 3803087.

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

Color convert

RGB 207 7 58 -
CMYK 0 0.97 0.72 0.19
HSL 344.7º 0.93% 0.42% -
HSV(B) 344.7º 0.97% 0.81% -
XYZ 26.57 13.72 5.25 -
YUV 72.61 119.76 223.85 -
System Red Green Blue C M Y K H S L
Decimal 207 7 58 0 0.97 0.72 0.19 344.7 0.93 0.42
Hex CF 7 3A 0 61 48 13 159 5D 2A
Octal 317 7 72 0 141 110 23 531 135 52
Binary 11001111 111 111010 0 1100001 1001000 10011 101011001 1011101 101010

Color Harmonies of #CF073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF073A

Black with #CF073A

Text Example


Text Example

White with #CF073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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