Html Css Color HEX #CF0135 Crimson

📋 copy color: '#CF0135'

red 207 ◦ green 1 ◦ blue 53

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

Shades of Crimson #CF0135

Tints of Crimson #CF0135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 79.31%
G = 0.38%
B = 20.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0135 (or 0xCF0135) is known color: Crimson. HEX triplet: CF, 01 and 35. RGB value is (207,1,53). Sum of RGB (Red+Green+Blue) = 207+1+53=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0135 is #30FECA. Grayscale: #444444. Windows color (decimal): -3210955 or 3473871. OLE color: 3473871.

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

Color convert

RGB 207 1 53 -
CMYK 0 1.00 0.74 0.19
HSL 344.85º 0.99% 0.41% -
HSV(B) 344.85º 1% 0.81% -
XYZ 26.39 13.54 4.59 -
YUV 68.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 207 1 53 0 1.00 0.74 0.19 344.85 0.99 0.41
Hex CF 1 35 0 64 4A 13 159 63 29
Octal 317 1 65 0 144 112 23 531 143 51
Binary 11001111 1 110101 0 1100100 1001010 10011 101011001 1100011 101001

Color Harmonies of #CF0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0135

Black with #CF0135

Text Example


Text Example

White with #CF0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0135; }

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

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

background-color css

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

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

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

border-color css

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

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

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