Html Css Color HEX #CF0743 Crimson

📋 copy color: '#CF0743'

red 207 ◦ green 7 ◦ blue 67

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

Shades of Crimson #CF0743

Tints of Crimson #CF0743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 73.67%
G = 2.49%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0743 (or 0xCF0743) is known color: Crimson. HEX triplet: CF, 07 and 43. RGB value is (207,7,67). Sum of RGB (Red+Green+Blue) = 207+7+67=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0743 is #30F8BC. Grayscale: #494949. Windows color (decimal): -3209405 or 4392911. OLE color: 4392911.

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

Color convert

RGB 207 7 67 -
CMYK 0 0.97 0.68 0.19
HSL 342º 0.93% 0.42% -
HSV(B) 342º 0.97% 0.81% -
XYZ 26.82 13.82 6.56 -
YUV 73.64 124.26 223.12 -
System Red Green Blue C M Y K H S L
Decimal 207 7 67 0 0.97 0.68 0.19 342 0.93 0.42
Hex CF 7 43 0 61 44 13 156 5D 2A
Octal 317 7 103 0 141 104 23 526 135 52
Binary 11001111 111 1000011 0 1100001 1000100 10011 101010110 1011101 101010

Color Harmonies of #CF0743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0743

Black with #CF0743

Text Example


Text Example

White with #CF0743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0743; }

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

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

background-color css

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

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

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

border-color css

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

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

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