Html Css Color HEX #CF0035 Crimson

📋 copy color: '#CF0035'

red 207 ◦ green 0 ◦ blue 53

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

Shades of Crimson #CF0035

Tints of Crimson #CF0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 79.62%
G = 0%
B = 20.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0035 (or 0xCF0035) is known color: Crimson. HEX triplet: CF, 00 and 35. RGB value is (207,0,53). Sum of RGB (Red+Green+Blue) = 207+0+53=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0035 is #30FFCA. Grayscale: #434343. Windows color (decimal): -3211211 or 3473615. OLE color: 3473615.

HSL color Cylindrical-coordinate representation of color #CF0035: hue angle of 344.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0035 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 53 -
CMYK 0 1 0.74 0.19
HSL 344.64º 1% 0.41% -
HSV(B) 344.64º 1% 0.81% -
XYZ 26.37 13.52 4.59 -
YUV 67.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 207 0 53 0 1 0.74 0.19 344.64 1 0.41
Hex CF 0 35 0 64 4A 13 159 64 29
Octal 317 0 65 0 144 112 23 531 144 51
Binary 11001111 0 110101 0 1100100 1001010 10011 101011001 1100100 101001

Color Harmonies of #CF0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0035

Black with #CF0035

Text Example


Text Example

White with #CF0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0035; }

 p { color: rgb(207,0,53); }

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

background-color css

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

 a { background-color: rgb(207,0,53); }

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

border-color css

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

 span { border-color: rgb(207,0,53); }

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